We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a72914 commit 151147eCopy full SHA for 151147e
src/main/resources/application.properties
@@ -21,10 +21,3 @@ spring.jpa.show-sql=true
21
# === Actuator ===
22
#TODO: Enable and configure actuator endpoints as needed
23
management.endpoints.web.exposure.include=health,info
24
-
25
-# === AWS Parameter Store Integration ===
26
-#TODO: Add as environment variable in the configuration of your deployment environment or local IDE run configuration:
27
-#TODO - AWS_ACCESS_KEY_ID
28
-#TODO - AWS_SECRET_ACCESS_KEY
29
-#TODO - AWS_REGION
30
-spring.config.import=aws-parameterstore:/path/to/your/parameters
0 commit comments