1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-14 19:59:38 +01:00

Improve the documentation inside the example .env files

This commit is contained in:
Kovah 2020-05-20 16:04:34 +02:00
parent 544153b072
commit 91f44dc643
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 7 additions and 9 deletions

View File

@ -57,15 +57,13 @@ MAIL_ENCRYPTION=null
## Configuration of the database connection
# Set the database driver (mysql, )
## If you are using the standard configuration provided by LinkAce, you can leave all values except the password as
## they are. Docker will automatically create a linkace database and a corresponding user.
DB_CONNECTION=mysql
# Set the host of your database here
DB_HOST=db
# Set the port of your database here
DB_PORT=3306
# Set the database name here
DB_DATABASE=linkace
# Set both username and password of the user accessing the database
# Even if you use the standard configuration, please set a secure password here.
DB_USERNAME=linkace
DB_PASSWORD=changeThisPassword

View File

@ -54,8 +54,8 @@ MAIL_ENCRYPTION=null
## Configuration of the database connection
## Those settings are configured during the setup, please do not modify them now
# Set the database driver (mysql, )
## Attention: Those settings are configured during the web setup, please do not modify them now.
# Set the database driver (mysql, pgsql, sqlsrv)
DB_CONNECTION=mysql
# Set the host of your database here
DB_HOST=127.0.0.1
@ -75,8 +75,8 @@ REDIS_PASSWORD=changeThisPassword
REDIS_PORT=6379
## You probably do not want to change any values blow. Only continue if you know what you are doing.
# Configure various driver
## You probably do not want to change any values below. Only continue if you know what you are doing.
## If you are using Redis, you may switch SESSION_DRIVER and CACHE_DRIVER to "redis" to improve performance.
SESSION_DRIVER=file
LOG_CHANNEL=stack
BROADCAST_DRIVER=log