webmaker.org/env.dist

16 строки
469 B
Plaintext

# Copy this file to .env or just set these environment variables
# default port is 7777
export PORT=7777
# API is available at mozilla/MakeAPI
# default API endpoint is http://makeapi.mofostaging.net
export MAKE_ENDPOINT="http://makeapi.mofostaging.net"
# API is available at mozilla/login.webmaker.org
# default Persona SSO is http://localhost:3000
export PERSONA_SSO="http://localhost:3000"
# Set NODE_ENV to development for testing
export NODE_ENV="development"