mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-01-27 12:26:16 +00:00
”2016-09-28”
This commit is contained in:
parent
3924f8f32b
commit
22f04e2c28
@ -27,6 +27,17 @@ var remoteCN = {
|
|||||||
password: 'PQUYLiIW4M6r7SWyZevrES_rRAULYFkp'
|
password: 'PQUYLiIW4M6r7SWyZevrES_rRAULYFkp'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
var amazonCN = {
|
||||||
|
dbinstance:'CensisMDot',
|
||||||
|
host: 'jumbo.db.elephantsql.com',
|
||||||
|
port: 5432,
|
||||||
|
database: 'vmlcokon',
|
||||||
|
user: 'censis_Lm5zt9BYD',
|
||||||
|
password: '1bR9nJoC5cFRcO84lu5mzmA7MeKyRW'
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const cn = process.env.NODE_ENV === 'production' ? remoteCN : localCN;
|
const cn = process.env.NODE_ENV === 'production' ? remoteCN : localCN;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user