mirror of
https://github.com/YunoHost-Apps/cypht_ynh.git
synced 2024-09-03 18:26:09 +02:00
Update .env.example
This commit is contained in:
parent
5ae9e75b8c
commit
7503811b23
1 changed files with 5 additions and 5 deletions
|
@ -2,11 +2,11 @@ APP_NAME=Cypht
|
|||
|
||||
DB_CONNECTION_TYPE=host
|
||||
DB_DRIVER=mysql
|
||||
DB_PORT=
|
||||
DB_HOST=localhost
|
||||
DB_NAME=test
|
||||
DB_USER=test
|
||||
DB_PASS=123456
|
||||
DB_PORT=3306
|
||||
DB_HOST=127.0.0.1
|
||||
DB_NAME=__DB_NAME__
|
||||
DB_USER=__DB_USER__
|
||||
DB_PASS=__DB_PWD__
|
||||
DB_SOCKET=/var/lib/mysqld/mysqld.sock
|
||||
|
||||
SESSION_TYPE=PHP
|
||||
|
|
Loading…
Add table
Reference in a new issue