create new command allowing to install thelia using cli tools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
database:
|
||||
connection:
|
||||
driver: mysql
|
||||
user: root
|
||||
password:
|
||||
dsn: mysql:dbname=thelia;host:localhost
|
||||
driver: %DRIVER%
|
||||
user: %USERNAME%
|
||||
password: %PASSWORD%
|
||||
dsn: %DSN%
|
||||
|
||||
Reference in New Issue
Block a user