Skip to content

Commit

Permalink
version 1.9.0-Release & production
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Feb 19, 2025
1 parent 881e4f1 commit af1306e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
server.port=8081
1 change: 1 addition & 0 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
server.port=10000
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
spring.profiles.active=prod
#
# Application info
info.app.artifact=@project.artifactId@
info.app.version=@project.version@
Expand All @@ -8,7 +11,6 @@ logging.level.root=WARN
logging.level.es.upm.miw=DEBUG

# Spring
spring.profiles.active=dev
spring.output.ansi.enabled=ALWAYS
spring.cache.type=none
spring.jackson.default-property-inclusion=NON_NULL
Expand Down

0 comments on commit af1306e

Please sign in to comment.