diff options
| author | Leon Overweel <l.overweel@gmail.com> | 2017-02-06 12:06:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-06 12:06:49 +0100 |
| commit | ebbbb9ac91aab60587d7750992e40fcc41f98ad5 (patch) | |
| tree | dd4410cc8257bca5a06d1e6773b1a67e1b31d306 /build/keys.json | |
| parent | 6935caadfb67a3e9c6e6147d4a645bdc132f4ee4 (diff) | |
| parent | b1d9aa806341c362e770afa70b52094cd016492a (diff) | |
Merge pull request #1 from sacheendra/master
Add Docker build
Diffstat (limited to 'build/keys.json')
| -rw-r--r-- | build/keys.json | 7 |
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 |
