Commit d2f65d78 authored by brent's avatar brent

modify conf

parent 645aca91
Pipeline #696 canceled with stages
No preview for this file type
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
kongadminurl = "http://192.168.1.10:8001" kongadminurl = "http://192.168.1.10:8001"
[prod] [prod]
kongadminurl = "http://192.168.1.10:8001" kongadminurl = "http://172.31.12.187:8001"
\ No newline at end of file \ No newline at end of file
...@@ -6,8 +6,8 @@ mysqlport = 3306 ...@@ -6,8 +6,8 @@ mysqlport = 3306
mysqldb = "liuxuzhong" mysqldb = "liuxuzhong"
[prod] [prod]
mysqluser = "root" mysqluser = "ai"
mysqlpass = "12345678" mysqlpass = "RFnnKHRar5xk7TEF"
mysqlhost = "192.168.1.211" mysqlhost = "172.31.12.187"
mysqlport = 3306 mysqlport = 3306
mysqldb = "liuxuzhong" mysqldb = "ai"
\ No newline at end of file \ No newline at end of file
...@@ -8,6 +8,6 @@ postgresdb = "qdb" ...@@ -8,6 +8,6 @@ postgresdb = "qdb"
[prod] [prod]
postgresuser = "admin" postgresuser = "admin"
postgrespass = "quest" postgrespass = "quest"
postgreshost = "43.198.252.255" postgreshost = "172.31.12.187"
postgresport = 8812 postgresport = 8812
postgresdb = "qdb" postgresdb = "qdb"
\ No newline at end of file
...@@ -9,12 +9,12 @@ balancepass = "" ...@@ -9,12 +9,12 @@ balancepass = ""
[prod] [prod]
tokenhost = "192.168.1.10:6379" tokenhost = "172.31.12.187:6379"
tokendb = 0 tokendb = 0
tokenpass = "" tokenpass = "iH0g2CqzjI6SfercGwsT"
balancehost = "192.168.1.10:6379" balancehost = "172.31.12.187:6379"
balancedb = 0 balancedb = 0
balancepass = "" balancepass = "iH0g2CqzjI6SfercGwsT"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment