mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"connections": [
|
|
{
|
|
"name": "kristofersxyz-rs",
|
|
"adapter": "postgres",
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"user": "postgres",
|
|
"database": "kristofersxyz-rs-db",
|
|
"password": "password"
|
|
}
|
|
]
|
|
}
|