diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-04 15:44:29 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-04 15:44:29 +0200 |
| commit | a3a6f6a04a652bad5375f1ecb726f993fa4cf908 (patch) | |
| tree | d847bc68813eb82e4d2ca82fab52f4fd5271a7a8 /build/keys.json | |
| parent | 35a7c871045c2d77ee64358f8058a35d3929a0fa (diff) | |
Move all configuration to a central keys.json file
Diffstat (limited to 'build/keys.json')
| -rw-r--r-- | build/keys.json | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
