-
Notifications
You must be signed in to change notification settings - Fork 4
/
env.dist
34 lines (22 loc) · 816 Bytes
/
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
# ======================================================================= #
# This docker files was built by the Perforce Software Swarm team to demo #
# swarm in a docker environment. #
# ======================================================================= #
# P4D Configuration
P4D_SUPER_PASSWD=HelixDockerBay94
P4D_PORT=ssl:perforce:1666
P4D_SUPER=super
P4D_GRACE=30
# Swarm Configuration
SWARM_VER="latest"
SWARM_USER=swarm
SWARM_PASSWD=HelixDockerBay94
SWARM_MAILHOST=localhost
SWARM_HOST=localhost
SWARM_REDIS=helix.redis
# If set to 'y', then extensions will be installed even if they already
# exist, overwriting existing configuration.
SWARM_FORCE_EXT=y
# Public Ports
# The public port the Swarm page will be accessed on this machine
PUBLIC_HTTP=80