Skip to content

Instantly share code, notes, and snippets.

@iyu88
Created February 24, 2023 02:51
Codocs Frontend .env.development
# frontend
REACT_APP_GITHUB_OAUTH=https://github.com/login/oauth/authorize?client_id=69be8bf2148bbcdebcc2
REACT_APP_NODE_ENV="development"
REACT_APP_API_URL="http://localhost:8000"
REACT_APP_SOCKET_URL="http://localhost:8100"
BROWSER=none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment