diff options
Diffstat (limited to 'config/prod.yaml')
-rw-r--r-- | config/prod.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/prod.yaml b/config/prod.yaml new file mode 100644 index 0000000..9f8aa71 --- /dev/null +++ b/config/prod.yaml @@ -0,0 +1,9 @@ +debug: true + +db: + dsn: "postgres://postgres:@localhost:5432/test?sslmode=disable" + +listen: :8000 + +admins: + admin: password
\ No newline at end of file |