We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f69e9 commit 0111c73Copy full SHA for 0111c73
conf/app/supa.yml
@@ -161,7 +161,7 @@ all:
161
blackbox : { endpoint: "${admin_ip}:9115" }
162
loki : { endpoint: "${admin_ip}:3100" } # expose supa studio UI and API via nginx
163
supa : # nginx server config for supabase
164
- domain: supa.pigsty # REPLACE WITH YOUR OWN DOMAIN!
+ domain: supa.pigsty # REPLACE IT WITH YOUR OWN DOMAIN!
165
endpoint: "10.10.10.10:8000" # supabase service endpoint: IP:PORT
166
websocket: true # add websocket support
167
certbot: supa.pigsty # certbot cert name, apply with `make cert`
0 commit comments