1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 05:08:21 +01:00

Update .env files

This commit is contained in:
Kovah 2023-03-16 21:58:53 +01:00
parent f8f194a0d6
commit 8b5d470486
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
4 changed files with 7 additions and 3 deletions

View File

@ -14,7 +14,7 @@ APP_DEBUG=true
## 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)
# Set the database driver (mysql, pgsql, sqlsrv, sqlite)
DB_CONNECTION=mysql
# Set the host of your database here
DB_HOST=db

View File

@ -10,7 +10,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)
# Set the database driver (mysql, pgsql, sqlsrv, sqlite)
DB_CONNECTION=mysql
# Set the host of your database here
DB_HOST=db

View File

@ -6,7 +6,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)
# Set the database driver (mysql, pgsql, sqlsrv, sqlite)
DB_CONNECTION=mysql
# Set the host of your database here
DB_HOST=127.0.0.1

4
.gitignore vendored
View File

@ -16,6 +16,10 @@ Homestead.yaml
npm-debug.log
yarn-error.log
.env
.env.*
!.env.docker
!.env.docker.production
!.env.example
.phpunit.result.cache
_ide_helper.php
_ide_helper_models.php