Update postgres-json to Add ShadowJar compatibility
Add .env for redis and ES change group name of project
This commit is contained in:
@@ -32,6 +32,11 @@ rabbitmq {
|
||||
connection = ${?RABBITMQ_CONNECTION}
|
||||
}
|
||||
|
||||
elasticsearch {
|
||||
connection = "http://localhost:9200"
|
||||
connection = ${?ELASTICSEARCH_CONNECTION}
|
||||
}
|
||||
|
||||
mail {
|
||||
sendGrid {
|
||||
key = ${?SEND_GRID_KEY}
|
||||
|
||||
Reference in New Issue
Block a user