diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1b1d6d5..03fcd84 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ spring.application.name=fercoganbackend -spring.profiles.active=dev +spring.profiles.active=prod spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jpa.hibernate.ddl-auto=update