forked from firezone/firezone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
19 lines (15 loc) · 1.27 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This is a sample .env file. Update and add variables in here as needed, and
# rename to `.env`. These are mostly used in dev and test environments -- prod
# variables are loaded at runtime from the Omnibus package.
# Set the EXTERNAL_URL
EXTERNAL_URL=http://localhost:4000
# Enable local authentication
LOCAL_AUTH_ENABLED=true
# Generated with `jq @json < .oidc_env.json`
# Set AUTH_OIDC to a JSON configuration string to enable
# generic OIDC auth.
# export AUTH_OIDC="{\"google\":{\"discovery_document_uri\":\"https://accounts.google.com/.well-known/openid-configuration\",\"client_id\":\"1032390727302-u0lg90d3i1ive15lv7qgtbkka0hnsmgr.apps.googleusercontent.com\",\"client_secret\":\"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\",\"redirect_uri\":\"https://example.com/session\",\"response_type\":\"code\",\"scope\":\"openid email profile\",\"label\":\"Google\"},\"okta\":{\"discovery_document_uri\":\"https://accounts.google.com/.well-known/openid-configuration\",\"client_id\":\"CLIENT_ID\",\"client_secret\":\"CLIENT_SECRET\",\"redirect_uri\":\"https://example.com/session\",\"response_type\":\"code\",\"scope\":\"openid email profile\",\"label\":\"Okta\"}}"
# Convenient overrides for live testing Firezone in dev
# NFT_PATH=/path/to/nft
# EGRESS_INTERFACE=eth0
# FZ_WALL_CLI_MODULE=FzWall.CLI.Live