-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update docs #1619
Update docs #1619
Conversation
f1sh1918
commented
Sep 9, 2024
- added important note about backend config
- added koblenz project id in docs
docs/production-setup.md
Outdated
@@ -88,6 +88,12 @@ fvm flutter build ipa --flavor Bayern --release --dart-define=environment=produc | |||
|
|||
|
|||
### Backend and Administration | |||
|
|||
#### Important: |
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.
please mind this @ztefanie , @seluianova, @steffenkleinle if you add any values to the backend config.yml
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.
ok, that is ugyl 😢
I think this hint should be in the config file in a comment, because then, when changing the file you get the reminder.
I created a ticket to solve this issue: #1627
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.
alright you can maybe connect with @svenseeberg to find a good solution
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.
oh sure i moved the comment to the config.yml
docs/production-setup.md
Outdated
@@ -88,6 +88,12 @@ fvm flutter build ipa --flavor Bayern --release --dart-define=environment=produc | |||
|
|||
|
|||
### Backend and Administration | |||
|
|||
#### Important: | |||
- any updates in the backend `config.yml` have to added/adjusted in salt before deployment! |
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.
- any updates in the backend `config.yml` have to added/adjusted in salt before deployment! | |
- All updates in the backend `config.yml` have to be added/adjusted in salt before deployment! |
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.
Please add this hint in the config file, so we get a reminder, when changing this.