Skip to content

Commit 0c1c762

Browse files
committed
Update URL Shortener production configuration
1 parent 88dd2c9 commit 0c1c762

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

url-shortener/src/main/resources/application-production.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
spring:
2-
profiles: production
2+
config:
3+
activate:
4+
on-profile: production
35

46
datasource:
57
url: jdbc:mysql://mysql.osable.svc.cluster.local:3306/osable

0 commit comments

Comments
 (0)