mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-31 14:35:45 +00:00
Split out docs, better error handling when database config doesn't exist
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"database": {
|
||||
"engine": "mysql",
|
||||
"host": "db",
|
||||
"name": "npm",
|
||||
"user": "npm",
|
||||
"password": "npm",
|
||||
"port": 3306
|
||||
}
|
||||
"database": {
|
||||
"engine": "mysql",
|
||||
"host": "db",
|
||||
"name": "npm",
|
||||
"user": "npm",
|
||||
"password": "npm",
|
||||
"port": 3306
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user