summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-04-02 17:23:05 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-04-02 17:32:38 -0500
commitd3a09372b5b945a609cce5e28c4d4233e3b134e8 (patch)
tree9f888aa393948e1c90d76d37349ffe9738b95f24 /config.toml
parentb263c6637ce8b7c83e4d01d1ef2e90e195a155fb (diff)
feat: impl toml file and env config layering
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"