Skip to content
Snippets Groups Projects

Merge develop into main

Merged Anders Lindh Olsson requested to merge develop into main
40 files
+ 684
489
Compare changes
  • Side-by-side
  • Inline
Files
40
+ 10
8
SERVER_ADDRESS=''
ENVIRONMENT_TITLE = ''
API_BASE_ENDPOINT='/api/spec'
SWAGGER_UI_URL='/api/docs'
// These values are overridden / replaced by a file
// generated during runtime. The below are example values
// and do not reflect current/real values.
SERVER_ADDRESS=""
ENVIRONMENT_TITLE = "LOCAL"
API_BASE_ENDPOINT="/api/spec"
SWAGGER_UI_URL="/api/docs"
TOKEN_RENEW_INTERVAL=180000
TEMPLATE_BACKEND_VERSION='0.1.0'
TEMPLATE_BACKEND_REPOSITORY_TAGS='https://gitlab.esss.lu.se/ccce/dev/ce-template-backend/-/tags/'
TEMPLATE_FRONTEND_VERSION='0.1.0'
TEMPLATE_FRONTEND_REPOSITORY_TAGS='https://gitlab.esss.lu.se/ccce/dev/ce-template-ui/-/tags/'
\ No newline at end of file
SUPPORT_URL='https://jira.esss.lu.se/plugins/servlet/desk/portal/44?requestGroup=137'
TEMPLATE_FRONTEND_VERSION="1.2.3-local"
TEMPLATE_FRONTEND_REPOSITORY_TAGS="https://gitlab.esss.lu.se/ccce/dev/ce-template-ui/-/tags/"
\ No newline at end of file
Loading