rabin vor 7 Jahren
Ursprung
Commit
9c51308cab
1 geänderte Dateien mit 5 neuen und 6 gelöschten Zeilen
  1. 5 6
      conf/env.conf

+ 5 - 6
conf/env.conf

@@ -4,19 +4,18 @@
 name				= 抢购程序
 site				= http://www.dever.cc/
 copyright			= 2017 dever.cc v1.0.0
-phantomjs			= http://py-phantomjs:8910/
+phantomjs			= http://buy-phantomjs:8910/
 
 [db]
-;rdb				= mysql
 rdb					= postgresql
 
-[mysql]
-host				= buy-mysql
+[postgresql]
+host				= buy-pgsql
 port				= 5432
-username			= root
+username			= postgres
 password			= 123456
 dbname				= buy
-prefix				= demeter
+prefix				= buy
 ;允许自动建表
 create				= True