Add DB Config to development.toml (#43036)
add db config development.toml
This commit is contained in:
parent
9b5a09e8a8
commit
6ff6978636
|
|
@ -59,4 +59,13 @@ storage_limit = 3
|
|||
|
||||
[audio] # DeltaV
|
||||
attenuation = 4 # inversedistanceclamped 1 << 2, see audioparams.cs
|
||||
z_offset = -2
|
||||
z_offset = -2
|
||||
|
||||
[database]
|
||||
# Change to postgres if needed
|
||||
engine = "sqlite"
|
||||
pg_host = "localhost"
|
||||
pg_port = 5432
|
||||
pg_database = "ss14"
|
||||
pg_username = "postgres"
|
||||
pg_password = "postgres"
|
||||
|
|
|
|||
Loading…
Reference in New Issue