-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.example
39 lines (35 loc) · 1011 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
35
36
37
38
39
# prefix your preferred registry or docker-hub user/company
COMPOSE_DOCKER_REGISTRY=infonova
IMAGE_TAG=
COMPOSE_ENV_DB_VERSION=10.3
COMPOSE_ENV_PHP_VERSION=7.3
COMPOSE_ENV_GOLANG_VERSION=1.13
COMPOSE_ENV_NGINX_VERSION=1
COMPOSE_ENV_SELENIUM_VERSION=3.141.59-p14
APP_LIBRARY_PERL_REPO=https://github.com/infonova/infocmdb-sdk-perl
APP_LIBRARY_GOLANG_REPO=
##
## On some systems in development cases, when using bind-mounts
## it is required to set the user-id to match the local system
##
# APP_WWW_DATA_USERID=
# DO NOT FORGET TO RUN SETUP WHEN CHANGING CONFIG: ./run setup
DOCKER_WEB_HOSTNAME=
DOCKER_WEB_HOSTALIAS=
DOCKER_WEB_PORT=80
DOCKER_WEB_SSL_PORT=443
DOCKER_DB_PORT=3366
DOCKER_TIMEZONE=Europe/Vienna
DOCKER_WEBVNC_PORT=6080
DOCKER_WEBVNC_ENABLED=true
DOCKER_SELENIUM_HUB_PORT=4444
DOCKER_MAILCATCHER_PORT=1085
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=infoCMDB
DB_DATABASE_TESTING=infoCMDB_test
DB_USERNAME=infoCMDB
DB_PASSWORD=infoCMDB
DB_ROOT_USERNAME=root
DB_ROOT_PASSWORD=
DB_SEEDING_ENABLED=1