mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Split out docs, better error handling when database config doesn't exist
This commit is contained in:
10
doc/example/config.json
Normal file
10
doc/example/config.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"database": {
|
||||
"engine": "mysql",
|
||||
"host": "db",
|
||||
"name": "nginxproxymanager",
|
||||
"user": "nginxproxymanager",
|
||||
"password": "password123",
|
||||
"port": 3306
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user