-
Notifications
You must be signed in to change notification settings - Fork 22
Configuration overhaul: print the final configuration to console #658
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
Merged
josecelano
merged 2 commits into
torrust:develop
from
josecelano:657-configuration-overhaul-print-the-final-configuration-to-console
Jul 2, 2024
Merged
Configuration overhaul: print the final configuration to console #658
josecelano
merged 2 commits into
torrust:develop
from
josecelano:657-configuration-overhaul-print-the-final-configuration-to-console
Jul 2, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When the application starts, it only prints the loaded configuration when it's loaded from an env var. It's very helpful to print the final configuration after merging all sources with Figment. default values -> merge with TOML file -> merge with env vars -> final configuration It's printed in JSON format.
- First word uppercase - Remove full stop at the end of the text
ACK a2b8fc5 |
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Dec 14, 2024
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 5, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 5, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 5, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 8, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 8, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 8, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 8, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 8, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 8, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 8, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 13, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 14, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 14, 2025
mario-nt
added a commit
to mario-nt/torrust-index
that referenced
this pull request
Jan 14, 2025
josecelano
added a commit
that referenced
this pull request
Jan 22, 2025
1c62a9e refactor: [#796] minor correction in handler comment (Mario) 3efaf48 refactor: [#796] fix minor clippy error (Mario) f1259cc feat: [#796] added pagination (Mario) ae1e6a9 refactor: [#796] minor variable renaming (Mario) ef0c1e7 refactor: [#658] More renaming (Mario) b4108dc feat: [#658] new API endpoint for listing user profiles (Mario) 185e17c refactor: [#658] modified naming to make the code more self explanatory (Mario) 23dfbdd ci: [#658] FIxed Mysql E2E tests failing (Mario) 83aaea2 docs: [#658] fixed docs CI error (Mario) b44ea9b feat: [#658] New API endpoint for getting all the users (Mario) e8bd16d ci: [#658] fixed minor linting error (Mario) deb738e feat: [#658] new users listing service (Mario) f48c4a2 feat: [#658] new repository method to get all user profiles (Mario) 9d5c639 feat: [#658] new database method to get all user profiles (Mario) Pull request description: Parent issue [#658](torrust/torrust-index-gui#658) Resolves #796 ACKs for top commit: josecelano: ACK 1c62a9e Tree-SHA512: 767f691e0fdb4ec4007b863da6f21186ac9c4d703cb1a093203bbaf3036d18498e3aeda8ecbc2c608f466de3509fb3219757a209c62e04c5e40e9671a468d8a6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When the app is started, it prints the final configuration to the console in JSON.
NOTICE: Secrets are hidden.