Skip to content

Commit

Permalink
Update settings_local.py.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkle authored Dec 23, 2024
1 parent d2fbe7c commit 0b4cbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybossa/settings_local.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ TASK_REQUIRED_FIELDS = {
'data_classifier': {'val': ['C1', 'C2'], 'check_val': True}
}

AUTHORIZED_SERVICES_403 = 'The project {project_id} is not authorized to access the service {service_name}.'

# Specify which key from the info field of task, task_run or result is going to be used as the root key
# for exporting in CSV format
# TASK_CSV_EXPORT_INFO_KEY = 'key'
Expand Down

0 comments on commit 0b4cbb2

Please sign in to comment.