change database configuration file name for multi application installations
Dieser Commit ist enthalten in:
Ursprung
e45cd8aad2
Commit
3fa7719465
@ -9,7 +9,7 @@ config:
|
|||||||
.base: &base
|
.base: &base
|
||||||
local: true
|
local: true
|
||||||
deploy_path: /home/XXX/{{application}}_{{alias}}
|
deploy_path: /home/XXX/{{application}}_{{alias}}
|
||||||
db_conf_path: /home/XXX/dbConf/.my_{{alias}}.cnf # optional for database actions
|
db_conf_path: /home/XXX/dbConf/.{{application}}_{{alias}}.cnf # optional for database actions
|
||||||
shared_files:
|
shared_files:
|
||||||
- .htaccess
|
- .htaccess
|
||||||
- .htpasswd
|
- .htpasswd
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren