Activate a Profile (if needed) #20
pwgit-create
announced in
File-Integrity-Scanner
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If your database settings are in a specific profile, make sure to activate that profile when you run your
application.
For example, if you have configurations in
application-dev.yaml, you can activate it by setting an environmentvariable:
export SPRING_PROFILES_ACTIVE=devOr you can specify the active profile as a command-line argument:
Beta Was this translation helpful? Give feedback.
All reactions