Skip to content

Commit

Permalink
fix: settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Dec 5, 2024
1 parent f84fafb commit 865a433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,15 @@
"description": "ID of the Google Sheet that contains the enrollment change request worksheets (refunds, transfers, etc)",
"required": false
},
"EXTERNAL_COURSE_SYNC_API_BASE_URL": {
"EMERITUS_API_BASE_URL": {
"description": "Base API URL for Emeritus API",
"required": false
},
"EXTERNAL_COURSE_SYNC_API_KEY": {
"description": "The API Key for EXTERNAL_COURSE_SYNC API",
"EMERITUS_API_KEY": {
"description": "The API Key for Emeritus API",
"required": true
},
"EXTERNAL_COURSE_SYNC_API_TIMEOUT": {
"EMERITUS_API_TIMEOUT": {
"description": "API request timeout for Emeritus APIs in seconds",
"required": false
},
Expand Down

0 comments on commit 865a433

Please sign in to comment.