|
|
@ -382,12 +382,14 @@
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
<spring.profiles.active>local</spring.profiles.active>
|
|
|
|
<env>local</env>
|
|
|
|
<env>local</env>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<profile>
|
|
|
|
<id>prod</id>
|
|
|
|
<id>prod</id>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
<spring.profiles.active>prod</spring.profiles.active>
|
|
|
|
<env>prod</env>
|
|
|
|
<env>prod</env>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
|