diff --git a/Resources/ConfigPresets/Build/development.toml b/Resources/ConfigPresets/Build/development.toml index 2d7e86fc6cb..fe633015db7 100644 --- a/Resources/ConfigPresets/Build/development.toml +++ b/Resources/ConfigPresets/Build/development.toml @@ -59,4 +59,13 @@ storage_limit = 3 [audio] # DeltaV attenuation = 4 # inversedistanceclamped 1 << 2, see audioparams.cs -z_offset = -2 \ No newline at end of file +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"