Sfoglia il codice sorgente

update:测试环境配置文件

zoie 1 mese fa
parent
commit
046abc376a
1 ha cambiato i file con 4 aggiunte e 5 eliminazioni
  1. 4 5
      conf/app.conf

+ 4 - 5
conf/app.conf

@@ -5,22 +5,21 @@ Graceful = true
 EnableDocs = true
 copyrequestbody = true
 
-
 # Nats
 NatsServer_Url = "127.0.0.1:43422"
 NatsForbidden = true
 
-MysqlServer_UrlPort = "192.168.11.77:3306"
+MysqlServer_UrlPort = "203.34.49.130:3306"
 MysqlServer_Database = "coldverify"
 MysqlServer_Username = "coldverify"
-MysqlServer_Password = "Bd3d34yJ7aibiEi!"
+MysqlServer_Password = "Bd3d34yJ7aibiEi"
 MysqlServer_MaxIdleConnections = 100
 MysqlServer_MaxOpenConnections = 200
 
 
 # Redis
-Redis_address = "192.168.11.77:6379"
-Redis_password = ""
+Redis_address = "203.34.49.130:6379"
+Redis_password = "redis_GGRi8f"
 Redis_dbNum = "2"