SciPost Code Repository

Skip to content
Snippets Groups Projects

Add git integration to server

Merged George Katsikas requested to merge (removed):master into master
6 files
+ 169
3
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -570,3 +570,8 @@ DISCOURSE_SSO_SECRET = get_secret("DISCOURSE_SSO_SECRET")
CORS_ALLOWED_ORIGINS = [
"https://git.scipost.org",
]
# GitLab API
GITLAB_ROOT = "SciPost"
GITLAB_URL = "https://git.scipost.org/"
GITLAB_KEY = get_secret("GITLAB_KEY")
Loading