mirror of
https://github.com/kristoferssolo/kristofersxyz-rs.git
synced 2025-10-21 20:10:36 +00:00
10 lines
145 B
TOML
10 lines
145 B
TOML
[application]
|
|
port = 8000
|
|
|
|
[database]
|
|
host = "127.0.0.1"
|
|
port = 5432
|
|
username = "postgres"
|
|
password = "password"
|
|
database_name = "kristofersxyz"
|