2025-03-01 09:32:13 +01:00
|
|
|
APP_NAME="My Idlers"
|
2025-02-23 22:48:25 +01:00
|
|
|
APP_ENV=production
|
2025-02-26 10:37:29 +01:00
|
|
|
APP_KEY=
|
2025-02-23 22:48:25 +01:00
|
|
|
APP_DEBUG=false
|
|
|
|
APP_URL=https://__DOMAIN__
|
|
|
|
#APP_FORCE_HTTPS=false
|
2025-03-01 09:17:43 +01:00
|
|
|
#APP_DIR=__PATH__/
|
2025-02-23 22:48:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
# DB_CONNECTION can be sqlite, mysql or pgsql. For sqlite the other entries are
|
|
|
|
# not required, but an existing sqlite3 database may be specified if desired. In
|
|
|
|
# this case, please use an absolute path. DB_DATABASE may be omitted but should
|
|
|
|
# *not* be left blank.
|
|
|
|
DB_CONNECTION=mysql
|
|
|
|
DB_HOST=127.0.0.1
|
|
|
|
DB_PORT=3306
|
|
|
|
DB_DATABASE=__DB_NAME__
|
|
|
|
DB_USERNAME=__DB_USER__
|
|
|
|
DB_PASSWORD=__DB_PWD__
|
|
|
|
DB_LOG_SQL=false
|
|
|
|
|