summaryrefslogtreecommitdiff
path: root/build/keys.json
diff options
context:
space:
mode:
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