mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-04-21 07:22:20 +02:00
Adjust production .env files
This commit is contained in:
parent
6c6be733c2
commit
7c54572801
@ -4,7 +4,6 @@
|
||||
APP_KEY=someRandomStringWith32Characters
|
||||
|
||||
## Configuration of the database connection
|
||||
## Attention: Those settings are configured during the web setup, please do not modify them now.
|
||||
# Set the database driver (mysql, pgsql, sqlsrv, sqlite)
|
||||
DB_CONNECTION=mysql
|
||||
# Set the host of your database here
|
||||
|
@ -5,16 +5,7 @@
|
||||
APP_KEY=someRandomStringWith32Characters
|
||||
|
||||
## Configuration of the database connection
|
||||
## Attention: Those settings are configured during the web setup, please do not modify them now.
|
||||
# Set the database driver (mysql, pgsql, sqlsrv, sqlite)
|
||||
DB_CONNECTION=sqlite
|
||||
# Set the database name (MySQL, Postgres,...) or path (SQLite) here
|
||||
DB_DATABASE=/app/database/database.sqlite
|
||||
# Set the host of your database here
|
||||
DB_HOST=127.0.0.1
|
||||
# Set the port of your database here
|
||||
DB_PORT=3306
|
||||
# Set both username and password of the user accessing the database
|
||||
DB_USERNAME=linkace
|
||||
# Wrap your password into quotes (") if it contains special characters
|
||||
DB_PASSWORD=ChangeThisToASecurePassword!
|
||||
|
Loading…
x
Reference in New Issue
Block a user