Skip to content

Commit 58e62e8

Browse files
authored
Update application-aws.properties
1 parent 0ee9a9d commit 58e62e8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/main/resources/application-aws.properties

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
# These will be injected from Secrets Manager
12
spring.data.mongodb.uri=${mongo.uri}
2-
33
spring.rabbitmq.host=${rabbitmq.host}
44
spring.rabbitmq.port=${rabbitmq.port}
55
spring.rabbitmq.username=${rabbitmq.username}
66
spring.rabbitmq.password=${rabbitmq.password}
77

8-
memcached.host=memcached-hqsplq.serverless.aps1.cache.amazonaws.com
9-
memcached.port=11211
8+
memcached.host=${memcached.host}
9+
memcached.port=${memcached.port}
10+
11+
# AWS region
12+
spring.cloud.aws.region.static=ap-south-1
1013

14+
# Admin credentials (if not secret)
1115
spring.security.user.name=admin
1216
spring.security.user.password=admin
13-
14-
spring.thymeleaf.cache=false

0 commit comments

Comments
 (0)