diff options
author | gumi <git@gumi.ca> | 2018-03-29 14:27:57 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-29 14:27:57 -0400 |
commit | 3ae54ef5e1443ded92f0a5b93bd542873ec8656f (patch) | |
tree | 14c4caf3ed90d6b3932d1236d7087c8f0dc57228 /config.json.template | |
download | apiv1-0.1.0.tar.gz apiv1-0.1.0.tar.bz2 apiv1-0.1.0.tar.xz apiv1-0.1.0.zip |
version v0.1.0v0.1.0
Diffstat (limited to 'config.json.template')
-rw-r--r-- | config.json.template | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..31968fb --- /dev/null +++ b/config.json.template @@ -0,0 +1,15 @@ +{ + "port": 8080, + + "sql": { + "host": "localhost", + "user": "db user", + "password": "db password", + "database": "db", + "table": "table" + }, + + "recaptcha": { + "secret": "recaptcha secret key" + } +} |