init
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Database Configuration
|
||||
DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=immorechner
|
||||
DB_USERNAME=immorechner_user
|
||||
DB_PASSWORD=immorechner_pass
|
||||
DB_ROOT_PASSWORD=root
|
||||
|
||||
# Application Configuration
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
Reference in New Issue
Block a user