mirror of
https://github.com/tinode/chat.git
synced 2026-06-06 20:18:25 +00:00
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
{
|
|
"reset_db_data": true,
|
|
"adapters": {
|
|
"postgres": {
|
|
"User": "postgres",
|
|
"Passwd": "postgres",
|
|
"Host": "localhost",
|
|
"Port": "5432",
|
|
"DBName": "tinode_test"
|
|
}
|
|
}
|
|
}
|