1- W9_REPO = " wordpress"
2- W9_DIST = community
3- W9_VERSION = " latest"
1+ W9_REPO = " unleashorg/unleash-server"
2+ W9_DIST = ' community'
3+ W9_VERSION = ' latest'
4+ W9_POWER_PASSWORD = ' 2InvwI3jGiP6etA'
5+ W9_ID = ' unleash'
6+ W9_HTTP_PORT_SET = ' 9001'
7+ W9_HTTP_PORT = 4242
48
5- W9_POWER_PASSWORD = " 1PrMxExC45LsCT"
69
7- # Environments which for user settings when create application
8- # Named expression: W9_xxx_xxx_SET, xxx refer to file fields
9- W9_HTTP_PORT_SET = 9001
10- # W9_HTTPS_PORT_SET=9002
11- # W9_DB_PORT_SET=3306
12- # W9_SSH_PORT_SET=23
13- W9_KEY_SET = " dfsjdkjf77xjxcjcj"
14-
15- # ### -- Not allowed to edit below environments when recreate app based on existing data -- ####
16-
17- W9_ID = unleash
10+ W9_LOGIN_USER = admin
11+ W9_LOGIN_PASSWORD = unleash4all
1812
19- # W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application
20- # Some container (e.g teleport) need HTTPS access, then need to set this pra
21- W9_HTTP_PORT = 80
22- W9_HTTPS_PORT = 81
2313
24- W9_LOGIN_USER = admin
25- # use https://1password.com/zh-cn/password-generator/ to genarate 14 bit password
26- # this password can also use password file
27- W9_LOGIN_PASSWORD = $W9_POWER_PASSWORD
28- W9_ADMIN_PATH = " /wp-login"
29-
30- # Container name's suffix must use one of the value
31- W9_DB_EXPOSE = " mysql,postgresql,mariadb,mongodb,redis"
32-
33- # It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT
34- # If have protocols, should be set it in the APP's ENV
35- W9_URL = internet_ip:$W9_HTTP_PORT_SET
36- # modifies W9_URL on init when it is true
14+ W9_DB_EXPOSE = " postgresql"
15+ W9_URL = ' internet_ip:$W9_HTTP_PORT_SET'
3716W9_URL_REPLACE = true
38-
3917W9_NETWORK = websoft9
4018
4119# ### ----------------------------------------------------------------------------------------- ####
4220
4321
44- # Below environment is created by this app
45-
46- WORDPRESS_DB_HOST = $W9_ID -mariadb
47- WORDPRESS_DB_USER = wordpress # if use postgresql, it need set to postgres
48- WORDPRESS_DB_PASSWORD = $W9_POWER_PASSWORD
49- WORDPRESS_DB_NAME = wordpress
50-
22+ # Below environment is created by this app: https://docs.getunleash.io/using-unleash/deploy/configuring-unleash
5123
52- # W9_NAME=""
53- # W9_RCODE=""
24+ # DB URL not allowed # string
25+ DATABASE_URL : " postgres://postgres:${ W9_POWER_PASSWORD } @${ W9_ID } -postgresql/unleash"
26+ DATABASE_SSL : " false"
27+ LOG_LEVEL : " warn"
28+ # Proxy clients must use one of these keys to connect to the
29+ # Proxy. To add more keys, separate them with a comma (`key1,key2`).
30+ INIT_FRONTEND_API_TOKENS : " default:development.unleash-insecure-frontend-api-token"
31+ # Initialize Unleash with a default set of client API tokens. To
32+ # initialize Unleash with multiple tokens, separate them with a
33+ # comma (`token1,token2`).
34+ INIT_CLIENT_API_TOKENS : " default:development.unleash-insecure-api-token"
0 commit comments