summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/deploy/consul.json
diff options
context:
space:
mode:
Diffstat (limited to 'sms-service/bin/deploy/consul.json')
-rw-r--r--sms-service/bin/deploy/consul.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/sms-service/bin/deploy/consul.json b/sms-service/bin/deploy/consul.json
new file mode 100644
index 0000000..7b3a5fc
--- /dev/null
+++ b/sms-service/bin/deploy/consul.json
@@ -0,0 +1,9 @@
+{
+ "server": true,
+ "log_level": "INFO",
+ "data_dir": "/consul/data",
+ "ports": {
+ "http": 8500,
+ "https": -1
+ }
+} \ No newline at end of file