manifest, conf/* en scripts/install bijgewerkt
This commit is contained in:
parent
a9e7f85999
commit
7dc62bdd06
1 changed files with 22 additions and 0 deletions
22
conf/.env
Normal file
22
conf/.env
Normal file
|
@ -0,0 +1,22 @@
|
|||
APP_NAME=Lychee
|
||||
APP_ENV=production
|
||||
APP_KEY=__APP_KEY__
|
||||
APP_DEBUG=false
|
||||
APP_URL=https://__DOMAIN__
|
||||
#APP_FORCE_HTTPS=false
|
||||
APP_DIR=__PATH__/
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
TIMEZONE=__TIMEZONE__
|
Loading…
Add table
Reference in a new issue