Fix env variable setup
This commit is contained in:
parent
a9a5f56e20
commit
cffe2b31bf
@ -457,10 +457,10 @@ laconic-so deployment --dir webapp-deployer stop
|
||||
|
||||
```bash
|
||||
# Update FQDN policy to "allow" for allowing custom domains
|
||||
export FQDN_POLICY="allow"
|
||||
FQDN_POLICY="allow"
|
||||
|
||||
# Set IP of your k8s cluster (IP set in DNS records for users)
|
||||
export DEPLOYMENT_IP="a.b.c.d"
|
||||
DEPLOYMENT_IP="a.b.c.d"
|
||||
```
|
||||
|
||||
### Start webapp deployer
|
||||
|
Loading…
Reference in New Issue
Block a user