Skip to content

Commit

Permalink
add sample config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jumtech authored and jumtech committed Aug 31, 2017
1 parent f6f750b commit 4687ad3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/node_modules
/npm-debug.log
/config.coffee
/Procfile
/.buildpacks
9 changes: 9 additions & 0 deletions config.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
KARTE_URL: "https://t.karte.io"
KARTE_BOT_APPLICATION_KEY: ""
KARTE_BOT_SECRET_KEY: ""
ALGOLIA_APPLICATION_ID: ""
ALGOLIA_API_KEY: ""
ALGOLIA_INDEX_NAME: ""
A3RT_API_KEY: ""
}

0 comments on commit 4687ad3

Please sign in to comment.