Skip to content

Commit

Permalink
[MDS-5809] update irt template filename (#3080)
Browse files Browse the repository at this point in the history
* renamed irt template with current year
  • Loading branch information
matbusby-fw authored Apr 30, 2024
1 parent 3fe1ba6 commit 5a9c42c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/core-api/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def JWT_ROLE_CALLBACK(jwt_dict):
#Templates
TEMPLATE_FOLDER_BASE = os.environ.get('TEMPLATE_FOLDER_BASE', 'templates')
TEMPLATE_FOLDER_IRT = os.environ.get('TEMPLATE_FOLDER_IRT', f'{TEMPLATE_FOLDER_BASE}/project/')
TEMPLATE_IRT = os.environ.get('TEMPLATE_IRT', 'IRT_Template.xlsx')
TEMPLATE_IRT = os.environ.get('TEMPLATE_IRT', 'IRT_Template_Import_to_Core_2024_April.xlsx')

# Celery settings
CELERY_RESULT_BACKEND = f'db+postgresql://{DB_USER}:{DB_PASS}@{DB_HOST}:{DB_PORT}/{DB_NAME}'
Expand Down

0 comments on commit 5a9c42c

Please sign in to comment.