9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
# AR Test — Environment Variables
|
|
# Copy this to .env on the droplet and fill in the values
|
|
|
|
# PocketBase public URL (the Traefik-routed domain)
|
|
VITE_POCKETBASE_URL=https://pb.thob.studio
|
|
|
|
# Frontend public URL
|
|
VITE_FRONTEND_URL=https://ar.thob.studio
|