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