Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0baa32d

Browse files
Update application-aws.properties
1 parent 4f362a9 commit 0baa32d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed
Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
# MONGO URI (from MongoDB Atlas or EC2)
2-
spring.data.mongodb.uri=mongodb+srv://<USER>:<PASSWORD>@<cluster>.mongodb.net/devopsdb?retryWrites=true&w=majority
1+
spring.data.mongodb.uri=${mongo.uri}
32

4-
# Amazon MQ RabbitMQ
5-
spring.rabbitmq.host=<amazon-mq-host>
6-
spring.rabbitmq.port=5671
7-
spring.rabbitmq.username=<amazon-mq-user>
8-
spring.rabbitmq.password=<amazon-mq-pass>
3+
spring.rabbitmq.host=${rabbitmq.host}
4+
spring.rabbitmq.port=${rabbitmq.port}
5+
spring.rabbitmq.username=${rabbitmq.username}
6+
spring.rabbitmq.password=${rabbitmq.password}
97

10-
# ElastiCache (Memcached)
11-
memcached.host=<elasticache-host>
8+
memcached.host=memcached-hqsplq.serverless.aps1.cache.amazonaws.com
129
memcached.port=11211
1310

14-
# Spring Boot Admin
1511
spring.security.user.name=admin
1612
spring.security.user.password=admin
1713

18-
# Thymeleaf (disable cache)
1914
spring.thymeleaf.cache=false

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /