You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The public-facing URL of your Infernet Cloud server (default `http://localhost:3000` when running locally with Docker Compose; otherwise `https://<ip-or-domain>`).
SERVER_HOST=http://localhost:3000
# The admin password for the EdgeDB database – replace this!
EDGEDB_SERVER_PASSWORD=secret
# A SendGrid API Key used to authenticate the SendGrid email relay service (https://www.twilio.com/docs/sendgrid/api-reference).
# To use a different email relay service, modify the environment variables in docker-compose.yml found at services › smtp › environment.