summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json52
1 files changed, 0 insertions, 52 deletions
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