Skip to content

Commit

Permalink
Add note on imported config files to the embedded application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Mar 22, 2024
1 parent 893a725 commit ea95eb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/artifacts/api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# this is the embedded application configuration properties.
# Most common configurable properties are defined in values.yml, which is included by default (see spring.config.import below)
# Additionally, values.yml is copied to the Docker image container under /etc/geoserver/acl-service.yml and also
# imported by default as an optional property source
info:
component: Access Control List service
instance-id: ${spring.application.name}:${vcap.application.instance_id:${spring.application.instance_id:${spring.cloud.client.ip-address}}:${server.port}}
Expand Down

0 comments on commit ea95eb1

Please sign in to comment.