File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/main/resources/config Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ spring:
33
33
enabled : false
34
34
datasource :
35
35
type : com.zaxxer.hikari.HikariDataSource
36
- url : jdbc:postgresql://localhost :5432/blog
37
- username : blog
38
- password :
36
+ url : jdbc:postgresql://ec2-54-228-32-29.eu-west-1.compute.amazonaws.com :5432/d3u9gjp7sid0q6
37
+ username : nlkshkvuuobqke
38
+ password : 837dd58cd40354dccde06e066dc8aa20788d5b04659e8fb9adf9493af2e7c5f9
39
39
hikari :
40
40
poolName : Hikari
41
41
auto-commit : false
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ spring:
104
104
- api-docs
105
105
# Uncomment to activate TLS for the dev profile
106
106
# - tls
107
+ prod :
108
+ - prod
109
+ - api-docs
107
110
jmx :
108
111
enabled : false
109
112
data :
You can’t perform that action at this time.
0 commit comments