-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
32 lines (25 loc) · 876 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
COMPOSE_PROJECT_NAME=boundless-api
YII_DEBUG=1
YII_ENV=dev
MANAGER_DB_DSN=pgsql:host=host.docker.internal;port=5432;dbname=babylon_saas;user=postgres;password=123
INSTANCE_DB_HOST=host.docker.internal
#INSTANCE_DB_PORT=25060
#INSTANCE_DB_SSL=required
# sometimes you might need a permanent connection to one of the instances (e.g. for model generation via GII)
INSTANCE_DB_DSN_DEV=pgsql:host=host.docker.internal;port=5432;dbname=i1;user=postgres;password=123
CACHE_TYPE=memcached
CACHE_MEMCACHED_HOST=host.docker.internal
CACHE_MEMCACHED_PORT=11211
RABBIT_HOST=host.docker.internal
RABBIT_PORT=5672
RABBIT_USER=guest
RABBIT_PASS=guest
#WIX_APP_ID=
#WIX_APP_SECRET=
#WIX_INSTALL_SAMPLE=
#INSTANCE_MANAGER_SERVER=
S3_LOCATIONS_QTY=1
S3_LOCATIONS_DEFAULT=bucket
S3_LOCATION_1=bucket:endpoint:region:size:key:secret:
# log targets, by default - stream
#LOG_TO=stream,file