-
Notifications
You must be signed in to change notification settings - Fork 6
Switch to config object from Property for application config #2537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c4652e6
7fc5782
4e207cf
dabccbf
fe87ee5
451c673
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,13 +92,11 @@ check-ins: | |
| google-api: | ||
| delegated-user: ${ GSUITE_SUPER_ADMIN } | ||
| scopes: | ||
| scopeForDriveApi: "https://www.googleapis.com/auth/drive.file" | ||
| scopeForDirectoryApi: "https://www.googleapis.com/auth/admin.directory.user.readonly" | ||
| scope-for-drive-api: "https://www.googleapis.com/auth/drive.file" | ||
| scope-for-directory-api: "https://www.googleapis.com/auth/admin.directory.user.readonly" | ||
| feedback: | ||
| max-suggestions: 6 | ||
| notifications: | ||
| subject: "Feedback request" | ||
| content: "You have received a feedback request. Please go to the " | ||
| request-subject: "Feedback request" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| web-address: ${ WEB_ADDRESS } | ||
| --- | ||
| flyway: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,6 +38,9 @@ flyway: | |
| --- | ||
| check-ins: | ||
| web-address: "https://checkins.objectcomputing.com" | ||
| application: | ||
| google-api: | ||
| delegated-user: test@objectcomputing.com | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was added as the property is defined as coming from an env var in application.yml and this would otherwise fail under test |
||
| --- | ||
| aes: | ||
| key: BOGUS_TEST_KEY | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a no-op change, but kebab-case configuration is more idiomatic than camelCase