Fix env variable setup

This commit is contained in:
Prathamesh Musale 2025-01-30 20:09:56 +05:30
parent a9a5f56e20
commit cffe2b31bf

View File

@ -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