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