Retire .env et les artefacts writable du tracking; versionne deploy_dev.php pour survivre à git clean -fd. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
# Copier vers .env et adapter (ne jamais committer .env)
|
|
CI_ENVIRONMENT = development
|
|
app.baseURL = 'https://ms1reader.info/'
|
|
|
|
# database.default.hostname = localhost
|
|
# database.default.database = YOUR_DATABASE
|
|
# database.default.username = YOUR_DB_USER
|
|
# database.default.password = YOUR_DB_PASSWORD
|
|
# database.default.DBDriver = MySQLi
|
|
# database.default.port = 3306
|