Commit 271aa5b5 authored by Your Name's avatar Your Name
parents 990be311 d2f65d78
Pipeline #697 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"
...@@ -2,22 +2,22 @@ host="127.0.0.1" ...@@ -2,22 +2,22 @@ host="127.0.0.1"
port=10001 port=10001
metrics_port = 28010 metrics_port = 28010
private_key = "E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC" private_key = "E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC"
enable_pay = false enable_pay = true
[redis] [redis]
addr="127.0.0.1:6379" addr="172.31.12.187:6379"
password="123456" password="iH0g2CqzjI6SfercGwsT"
db=0 db=0
[mysql] [mysql]
host="192.168.1.211" host="172.31.12.187"
port=3306 port=3306
user="root" user="ai"
password="12345678" password="RFnnKHRar5xk7TEF"
database="liuxuzhong" database="ai"
[kafka] [kafka]
brokers="127.0.0.1:9092" brokers="172.31.12.187:9092"
receipt_topic="taskreceipt" receipt_topic="taskreceipt"
[ticker] [ticker]
......
...@@ -3,18 +3,19 @@ metrics_port = 28012 ...@@ -3,18 +3,19 @@ metrics_port = 28012
routines = 1 routines = 1
[redis] [redis]
addr="127.0.0.1:6379" addr="172.31.12.187:6379"
password="123456" password="iH0g2CqzjI6SfercGwsT"
db=0 db=0
[mysql] [mysql]
host="192.168.1.211" host="172.31.12.187"
port=3306 port=3306
user="root" user="ai"
password="12345678" password="RFnnKHRar5xk7TEF"
database="liuxuzhong" database="ai"
[kafka] [kafka]
brokers="192.168.1.10:9092" brokers="172.31.12.187:9092"
task_topic="pbaigc" task_topic="pbaigc"
receipt_topic="taskreceipt" receipt_topic="taskreceipt"
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