refacto: reorganize files to easily add an API service
This commit is contained in:
parent
5c480db410
commit
9c883a8eca
22 changed files with 26 additions and 23 deletions
16
server/servers.json
Normal file
16
server/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