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:
parent
f8f194a0d6
commit
8b5d470486
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
4
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user