Skip to content

Instantly share code, notes, and snippets.

@neerajgupta2407
Last active January 15, 2021 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save neerajgupta2407/e809e5d966be469dc8de105b7656389c to your computer and use it in GitHub Desktop.
Save neerajgupta2407/e809e5d966be469dc8de105b7656389c to your computer and use it in GitHub Desktop.
# Update below variables in ~/.bashrc file.
# change below x.x.x.x to your server ip or 127.0.0.1 for localhost
export ALLOWED_HOSTS=x.x.x.x
export ALLOWED_CLIENT_HOSTS=x.x.x.x
export DEBUG=True
export SECRET_KEY=123456
export INTERNAL_IPS=127.0.0.1,x.x.x.x,
export DEFAULT_COUNTRY=IN
export DEFAULT_CURRENCY=INR
export APP_MOUNT_URI=/dashboard/
export API_URI=http://x.x.x.x:8000/graphql/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment