aboutsummaryrefslogtreecommitdiff
path: root/config.example.cfg
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-18 17:43:30 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-18 17:43:30 +0000
commit366a2302d092c12f388f0eb8efb4faaa3acd3303 (patch)
tree070f3ef21b04bd716b9136a827d9fe7b90c32e2c /config.example.cfg
downloadcheatdb-366a2302d092c12f388f0eb8efb4faaa3acd3303.tar.xz
Initial commit
Diffstat (limited to 'config.example.cfg')
-rw-r--r--config.example.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.example.cfg b/config.example.cfg
new file mode 100644
index 0000000..7fffe2c
--- /dev/null
+++ b/config.example.cfg
@@ -0,0 +1,6 @@
+USER_APP_NAME="Content DB"
+
+SECRET_KEY=""
+WTF_CSRF_SECRET_KEY=""
+
+SQLALCHEMY_DATABASE_URI = "sqlite:///../db.sqlite"