summaryrefslogtreecommitdiff
path: root/build/keys.json
diff options
context:
space:
mode:
authorSacheendra Talluri <sacheendra.t@gmail.com>2017-01-26 18:42:38 +0100
committerSacheendra Talluri <sacheendra.t@gmail.com>2017-01-26 18:42:38 +0100
commit01410021a7fe733edab64d7cb4b359685d89cd91 (patch)
treef54256b95068df3f62b913d5b04cab61d56c549c /build/keys.json
parent8b123384237a40801a621a1df6c094562eee52c1 (diff)
Add Dockerfile and related build files
Diffstat (limited to 'build/keys.json')
-rw-r--r--build/keys.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/keys.json b/build/keys.json
new file mode 100644
index 00000000..6af01a9c
--- /dev/null
+++ b/build/keys.json
@@ -0,0 +1,7 @@
+{
+ "OAUTH_CLIENT_ID": "client-id",
+ "OAUTH_CLIENT_SECRET": "client-secret",
+ "ROOT_DIR": "/opendc",
+ "FLASK_SECRET": "This is a super duper secret flask key",
+ "DATABASE_LOCATION": "/data/database/opendc.db"
+} \ No newline at end of file