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