summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..0a490d3
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,3 @@
+database_url = "postgres://localhost/unnamed"
+jwt_secret = "i-am-a-secret-token-and-i-am-proud"
+jwt_max_age = "1h"