mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 14:23:07 +00:00
first demo
This commit is contained in:
8
config/server.yaml
Normal file
8
config/server.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
app:
|
||||
env: "debug" # release or debug
|
||||
port: 8080
|
||||
|
||||
storage:
|
||||
type: "database" # memory or database
|
||||
database:
|
||||
dsn: "host=localhost port=54320 user=postgres password=password dbname=postgres sslmode=disable"
|
||||
Reference in New Issue
Block a user