1
0
Fork 0
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:
Éric Gaspar 2024-05-21 21:13:43 +02:00
parent 5ae9e75b8c
commit 7503811b23

View file

@ -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