We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add_streams.sh
streams
1 parent 44a5374 commit 3e246a9Copy full SHA for 3e246a9
deploy/prod/nats/add_streams.sh
@@ -1,3 +1,5 @@
1
#!/bin/bash
2
3
-nats stream add --config /mnt/streams/user.json
+for stream_config_file in `ls -lx /mnt/streams`; do
4
+ nats stream add --config /mnt/streams/$stream_config_file
5
+done
0 commit comments