Skip to content

Commit 8c1d2c6

Browse files
committed
safeline
1 parent 944a1e0 commit 8c1d2c6

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

apps/safeline/.env

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,13 @@ W9_DIST='community'
33
W9_VERSION='9.3.2'
44
W9_POWER_PASSWORD='zWA2Ds!7R58loJrh'
55

6-
# Environments which for user settings when create application
7-
# Named expression: W9_xxx_xxx_SET, xxx refer to file fields
8-
W9_HTTP_PORT_SET='9001'
96

10-
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
7+
W9_HTTP_PORT_SET='9001'
118
W9_ID='safeline'
12-
13-
# Container name's suffix must use one of the value
149
W9_DB_EXPOSE="postgresql"
15-
16-
# It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT
17-
# If have protocols, should be set it in the APP's ENV
1810
W9_URL='internet_ip:$W9_HTTP_PORT_SET'
19-
# modifies W9_URL on init when it is true
20-
W9_URL_REPLACE=true
21-
2211
W9_NETWORK=websoft9
2312

2413
POSTGRES_PASSWORD=$W9_POWER_PASSWORD
25-
2614
MGT_PROXY=0
2715
SUBNET_PREFIX=192.168.0

0 commit comments

Comments
 (0)