mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 10:23:37 +00:00
12 lines
161 B
JSON
12 lines
161 B
JSON
{
|
|
"database": {
|
|
"engine": "mysql",
|
|
"host": "db",
|
|
"name": "npm",
|
|
"user": "npm",
|
|
"password": "npm",
|
|
"port": 3306,
|
|
"ssl": false
|
|
}
|
|
}
|