mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
11 lines
171 B
JSON
11 lines
171 B
JSON
|
{
|
||
|
"database": {
|
||
|
"engine": "mysql",
|
||
|
"host": "db",
|
||
|
"name": "npm",
|
||
|
"user": "npm",
|
||
|
"password": "npm",
|
||
|
"port": 3306
|
||
|
}
|
||
|
}
|