Current section

Files

Jump to
vitex priv vitex example.env
Raw

priv/vitex/example.env

# Example TLS/HTTPS configuration for Phoenix Vite
# Path to your TLS certificate files
# Generate these using mkcert or your preferred tool
VITE_DEV_SERVER_KEY=./certs/localhost-key.pem
VITE_DEV_SERVER_CERT=./certs/localhost.pem
# Your Phoenix host
# This will be used to determine the hostname for the dev server
PHX_HOST=https://localhost:4000
# Or just the hostname without protocol
# PHX_HOST=myapp.local