-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
46 lines (35 loc) · 1.15 KB
/
example.env
File metadata and controls
46 lines (35 loc) · 1.15 KB
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
# your app name, used for docker-project
APP_NAME=viktor-project
# http port
# note: this is a Caddy server
# it is https default, also on localhost
# you need to force Caddy to use http
SERVER_PORT_UNSECURE=8080
# https port
SERVER_PORT_SECURE=4443
# used in dockerfile to enable mercure settings
MERCURE_ENABLE=1
# required when MERCURE_ENABLE=true
MERCURE_JWT_KEY=e7a384dd2f812fe921985eba8e5a4e36
##################################################
# internal settings
##################################################
# root file to viktor
# used in Dockerfile to copy data in
# relative from project root
VIKTOR_ROOT=./.viktor/viktor/
# where to find the Dockerfile
# relative to project root
# used in docker-compose.yml
VIKTOR_DOCKER=./.viktor/viktor/Dockerfile.server
# where to find the docker-compose.yml
# relative to project root
# required for cli
VIKTOR_DOCKER_COMPOSE=./viktor/viktor/data/docker-compose.yml
# container name, that should be started
# only override this, if you use custom docker-compose file
# this is required in cli to find the correct
# container for exec commands
CONTAINER=server
# dockerfile setup server name
SERVER_NAME=localhost