Skip to content

Instantly share code, notes, and snippets.

@ravila4
Last active November 13, 2022 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravila4/9f20d64f51fc23c10b1b70b679a7d3ab to your computer and use it in GitHub Desktop.
Save ravila4/9f20d64f51fc23c10b1b70b679a7d3ab to your computer and use it in GitHub Desktop.
MyGeneset test config
"""Web config to run MyGeneset API on GitHub Actions"""
import os
ES_INDEX = 'user_genesets'
COOKIE_SECRET = "JKA#9%Wc4ofuqM@C!&yLFsYE"
# ORCID keys
ORCID_CLIENT_ID = os.environ['ORCID_CLIENT_ID']
ORCID_CLIENT_SECRET = os.environ['ORCID_CLIENT_SECRET']
WEB_HOST = "http://localhost:8000"
# Path to local webapp repository
FRONTEND_PATH = "../mygeneset.info-website"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment