-
Notifications
You must be signed in to change notification settings - Fork 12
/
.env-dist
45 lines (41 loc) · 1.05 KB
/
.env-dist
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
40
41
42
43
44
45
#
# General
#
COMPOSE_PROJECT_NAME=rengine
#
# SSL specific configuration
#
AUTHORITY_NAME=reNgine-ng
AUTHORITY_PASSWORD=nSrmNkwT
COMPANY=reNgine-ng
DOMAIN_NAME=rengine-ng.example.com
COUNTRY_CODE=US
STATE=Georgia
CITY=Atlanta
#
# Database configurations
# /!\ POSTGRES_USER & PG_USER must be the same user or Celery will fail to start
#
POSTGRES_DB=rengine
POSTGRES_USER=rengine
PGUSER=rengine
POSTGRES_PASSWORD=hE2a5@K&9nEY1fzgA6X
POSTGRES_PORT=5432
POSTGRES_HOST=db
#
# Celery Scaling Configurations
# The number of CONCURRENCY defines how many scans will run in parallel
# See https://github.com/Security-Tools-Alliance/rengine-ng/wiki/quick#determining-concurrency-values for more information.
# Please always keep minimum of 5
#
MIN_CONCURRENCY=5
MAX_CONCURRENCY=30
#
# This section is for non-interactive installations only
#
# reNgine-ng installation type (prebuilt or source)
INSTALL_TYPE=prebuilt
# reNgine-ng web interface super user
DJANGO_SUPERUSER_USERNAME=rengine
DJANGO_SUPERUSER_PASSWORD=Sm7IJG.IfHAFw9snSKv