feat: add database with dummy data
This commit is contained in:
parent
65804182ab
commit
32a9eeb10d
4 changed files with 149 additions and 0 deletions
16
app/servers.json
Normal file
16
app/servers.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"Servers": {
|
||||
"1": {
|
||||
"Name": "SimuGaz",
|
||||
"Group": "SimuGaz",
|
||||
"Port": 5432,
|
||||
"Username": "simugaz",
|
||||
"Host": "db",
|
||||
"MaintenanceDB": "postgres",
|
||||
"ConnectionParameters": {
|
||||
"sslmode": "prefer",
|
||||
"connect_timeout": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue