12 lines
175 B
TOML
12 lines
175 B
TOML
[info]
|
|
install = true
|
|
non_relational = false
|
|
|
|
[sql_config]
|
|
db_type = "postgresql"
|
|
address = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
password = "postgres"
|
|
db_name = "echoes"
|