mirror of
https://github.com/Yannick7777/codeigniter-setup-script.git
synced 2025-06-26 06:05:22 +02:00
16 lines
379 B
Text
16 lines
379 B
Text
DB_CONNECTION=mysql
|
|
DB_HOST=database
|
|
DB_PORT=3306
|
|
DB_DATABASE=igniter
|
|
DB_USERNAME=igniter-user
|
|
DB_PASSWORD=igniter-password
|
|
|
|
database.default.hostname = database
|
|
database.default.database = igniter
|
|
database.default.username = root
|
|
database.default.password = igniter-password
|
|
database.default.DBDriver = MySQLi
|
|
database.default.port = 3306
|
|
|
|
SETUP_APP_PORT=80
|
|
SETUP_PMA_PORT=8888
|