# =============================================================================
# Sample Soleprint Configuration
# =============================================================================

# =============================================================================
# DEPLOYMENT
# =============================================================================
DEPLOYMENT_NAME=sample_spr

# =============================================================================
# NETWORK
# =============================================================================
NETWORK_NAME=sample_network

# =============================================================================
# PORTS (unique per room)
# =============================================================================
SOLEPRINT_PORT=12030

# =============================================================================
# GOOGLE OAUTH
# =============================================================================
GOOGLE_CLIENT_ID=1076380473867-k6gvdg8etujj2e51bqejve78ft99hnqd.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=***REMOVED***
GOOGLE_REDIRECT_URI=http://sample.spr.local.ar/artery/google/oauth/callback

# =============================================================================
# AUTH
# =============================================================================
AUTH_BYPASS=true
AUTH_SESSION_SECRET=sample-dev-secret-change-in-production
