mirror of
https://github.com/Yannick7777/codeigniter-setup-script.git
synced 2025-06-25 21:55:33 +02:00
set default environment to developer
This commit is contained in:
parent
d0f935b22e
commit
b67ce8f2d0
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ database.default.username = root
|
|||
database.default.password = igniter-password
|
||||
database.default.DBDriver = MySQLi
|
||||
database.default.port = 3306
|
||||
CI_ENVIRONMENT = development
|
||||
|
||||
SETUP_APP_PORT=80
|
||||
SETUP_PMA_PORT=8888
|
||||
|
|
Loading…
Add table
Reference in a new issue