summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYukai Huang2017-01-13 23:12:27 +0800
committerYukai Huang2017-01-13 23:12:27 +0800
commita541569d7edbe827cae69c666079d5d1ded6790c (patch)
tree1a668d5907ebb8625bce8ba6f3b714d5676d0db5
parent2408ff4ba96c929a575b34e85d5cff0a01789ca4 (diff)
Remove old config.js.example
-rw-r--r--public/js/config.js.example11
1 files changed, 0 insertions, 11 deletions
diff --git a/public/js/config.js.example b/public/js/config.js.example
deleted file mode 100644
index c5de388f..00000000
--- a/public/js/config.js.example
+++ /dev/null
@@ -1,11 +0,0 @@
-module.exports = {
- domain: '', // domain name
- urlpath: '', // sub url path, like: www.example.com/<urlpath>
-
- // settings
- debug: false,
-
- GOOGLE_API_KEY: '',
- GOOGLE_CLIENT_ID: '',
- DROPBOX_APP_KEY: ''
-};