# ===================================================================
|
# Spring Cloud Config bootstrap configuration for the "dev" profile
|
# In prod profile, properties will be overwritten by the ones defined in bootstrap-prod.yml
|
# ===================================================================
|
|
spring:
|
application:
|
name: pamapi
|
profiles:
|
# The commented value for `active` can be replaced with valid Spring profiles to load.
|
# Otherwise, it will be filled in by maven when building the JAR file
|
# Either way, it can be overridden by `--spring.profiles.active` value passed in the commandline or `-Dspring.profiles.active` set in `JAVA_OPTS`
|
active: #spring.profiles.active#
|
cloud:
|