From ca59d866284bcd5ad45dea90ce628dde00bcd346 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 5 Oct 2016 10:57:10 +0800 Subject: Remove config files from version control --- config.json | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 config.json (limited to 'config.json') diff --git a/config.json b/config.json deleted file mode 100644 index 35efcd25..00000000 --- a/config.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "development": { - "domain": "localhost", - "db": { - "username": "", - "password": "", - "database": "hackmd", - "host": "localhost", - "port": "3306", - "dialect": "mysql" - } - }, - "production": { - "domain": "localhost", - "db": { - "username": "", - "password": "", - "database": "hackmd", - "host": "localhost", - "port": "5432", - "dialect": "postgres" - }, - "facebook": { - "clientID": "change this", - "clientSecret": "change this" - }, - "twitter": { - "consumerKey": "change this", - "consumerSecret": "change this" - }, - "github": { - "clientID": "change this", - "clientSecret": "change this" - }, - "gitlab": { - "baseURL": "change this", - "clientID": "change this", - "clientSecret": "change this" - }, - "dropbox": { - "clientID": "change this", - "clientSecret": "change this" - }, - "google": { - "clientID": "change this", - "clientSecret": "change this" - }, - "imgur": { - "clientID": "change this" - } - } -} \ No newline at end of file -- cgit v1.2.3