diff options
author | Max Wu | 2017-01-21 14:31:41 +0800 |
---|---|---|
committer | GitHub | 2017-01-21 14:31:41 +0800 |
commit | 6dfc186691df7b5c63af2ee5eb28cd1e1919050c (patch) | |
tree | 58c36e54788224c8ee4ee803a6a3b2c1dbd7b8b2 /public/js/config.js.example | |
parent | fc00fa74341a43b2f99b085aa52fee57f40082ff (diff) | |
parent | 0e479111e55354434b5100ae165627f5fabe06b5 (diff) |
Merge pull request #326 from hackmdio/es6-integration
ES6 integration
Diffstat (limited to '')
-rw-r--r-- | public/js/config.js.example | 11 |
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: '' -}; |