generated from wayofdev/laravel-package-tpl
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
34 lines (28 loc) · 816 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# https://docs.docker.com/compose/reference/envvars/#compose_project_name
# With custom namespace provided, it will be used to prefix all services
# in Docker network for current project
#
COMPOSE_PROJECT_NAME=laravel-cycle-orm-adapter
APP_ENV=production
#
# You can override default .envs from config/cycle.php here
#
DB_CONNECTION=memory
DB_PASSWORD=wZ8__DMu5_GZjRL
# DB_CONNECTION=pgsql
# DB_HOST=pgsql
# DB_PORT=5432
# DB_DATABASE=default
# DB_USERNAME=cycle
DB_MYSQL_FORWARD_PORT=13306
DB_PGSQL_FORWARD_PORT=15432
DB_SQLSERVER_FORWARD_PORT=11434
XDEBUG_MODE=coverage
CYCLE_ADAPTER_QUEUE_INTEGRATION=false
CYCLE_ADAPTER_SESSION_INTEGRATION=false
CYCLE_ADAPTER_CACHE_INTEGRATION=false
CYCLE_ATTRIBUTES_CACHE=true
CYCLE_ATTRIBUTES_CACHE_DRIVER=array
CYCLE_SCHEMA_CACHE=true
CYCLE_SCHEMA_CACHE_DRIVER=array