From a3a6f6a04a652bad5375f1ecb726f993fa4cf908 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 4 Apr 2017 15:44:29 +0200 Subject: Move all configuration to a central keys.json file --- build/keys.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 build/keys.json (limited to 'build/keys.json') diff --git a/build/keys.json b/build/keys.json deleted file mode 100644 index 6af01a9c..00000000 --- a/build/keys.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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 -- cgit v1.2.3