Skip to content

Commit

Permalink
Eliminado: Perfiles por defecto
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarulo committed Nov 16, 2024
1 parent 5f44395 commit 39fa261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/resources/application-boxfuse.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
spring.config.import=application-production.properties
# Spring auto-configuration properties
spring.profiles.default=boxfuse
1 change: 0 additions & 1 deletion src/main/resources/application-production.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ spring.config.import=application.properties
server.port=80
debug=false
spring.devtools.restart.enabled=false
spring.profiles.default=production
spring.datasource.url=${DATASOURCE_MYSQL_URL}
spring.datasource.username=${MYSQL_USER}
spring.datasource.password=${MYSQL_PASSWORD}
Expand Down

0 comments on commit 39fa261

Please sign in to comment.