form generator
This commit is contained in:
parent
80ae1c4f91
commit
58bd5490e2
7 changed files with 593 additions and 2 deletions
4
.env-dev
4
.env-dev
|
|
@ -5,7 +5,7 @@ APP_NAME=Tabler
|
|||
APP_ENV=local # local | testing | production
|
||||
APP_DEBUG_MODE=true
|
||||
App_HTTP_HOST=localhost
|
||||
App_HTTP_PORT=8080
|
||||
App_HTTP_PORT=8081
|
||||
App_USE_HTTPS=false
|
||||
App_USE_LETSENCRYPT=false
|
||||
App_USE_CORESERVICES=true
|
||||
|
|
@ -60,7 +60,7 @@ CACHE_DRIVER=redis
|
|||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
REDIS_DB=1
|
||||
REDIS_DB=2
|
||||
|
||||
#######################################
|
||||
###### Emails ######
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue