summaryrefslogtreecommitdiff
path: root/conf.yaml
diff options
context:
space:
mode:
authorEnderByEndera <[email protected]>2021-02-01 07:35:15 +0800
committerEnderByEndera <[email protected]>2021-02-01 07:35:15 +0800
commit2b7e099e1f2ad05ebb74255f51df384c02e316a4 (patch)
treea90c66e052cfbb468c63c345ae58a5a48be629a4 /conf.yaml
parentb31edbeb29f3b2ab1824337b611f876359934d86 (diff)
1. added WebsiteRuleEndpointHEADmaster
2. repaired the connection problem to mongodb
Diffstat (limited to 'conf.yaml')
-rw-r--r--conf.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.yaml b/conf.yaml
index b51f367..b06b196 100644
--- a/conf.yaml
+++ b/conf.yaml
@@ -2,4 +2,6 @@ gin:
ginmode: release
port: 8060
mongo:
- timeout: 10s \ No newline at end of file
+ host: 101.37.27.155
+ timeout: 10s
+ port: 27017 \ No newline at end of file