diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9064036..14ae17d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ server: address: 127.0.0.1 - port: 8080 + port: 8090 spring: profiles: - active: dev \ No newline at end of file + active: prod \ No newline at end of file