Skip to content

Commit

Permalink
Server Port Has Been Merged for Local and Live Profile (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
agitrubard authored Feb 6, 2022
1 parent 6eed770 commit fc8502a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ sis:
title: Student Information System API
version: v1.1.0

server:
port: 8585

---
spring:
config:
activate:
on-profile: mysql

server:
port: 8585

hikari-mysql:
username: sis
password: sispass
Expand Down

0 comments on commit fc8502a

Please sign in to comment.