diff options
Diffstat (limited to 'etc/prod.yaml')
-rw-r--r-- | etc/prod.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/prod.yaml b/etc/prod.yaml new file mode 100644 index 0000000..ac26a68 --- /dev/null +++ b/etc/prod.yaml @@ -0,0 +1,15 @@ +debug: true + +db: + dsn: "postgres://app:app@db:5432/app?sslmode=disable" + +listen: :8000 + +admins: + admin: password + +host: https://sh.org.ru + +keys: + - 12345678901234567890123456789012 + - 12345678901234567890123456789012
\ No newline at end of file |