Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
Align project structure with Lesstime: move docker/ to infra/dev/ and deploy/ to infra/prod/. Update all references in docker-compose, makefile, CI workflow, Dockerfile, .gitignore and .dockerignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "Inventory PostgreSQL",
|
|
"Group": "Servers",
|
|
"Host": "db",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "inventory",
|
|
"Username": "root",
|
|
"SSLMode": "prefer",
|
|
"PassFile": "/var/lib/pgadmin/pgpass",
|
|
"Comment": "Serveur PostgreSQL du projet Inventory"
|
|
}
|
|
}
|
|
}
|