40 lines
513 B
Plaintext
40 lines
513 B
Plaintext
ktor {
|
|
deployment {
|
|
port = 8181
|
|
}
|
|
application {
|
|
modules = [ fr.dcproject.ApplicationKt.module ]
|
|
}
|
|
}
|
|
|
|
app {
|
|
envName = test
|
|
domain = dc-project.fr
|
|
}
|
|
|
|
db {
|
|
host = localhost
|
|
database = test
|
|
username = test
|
|
password = test
|
|
port = 15432
|
|
}
|
|
|
|
redis {
|
|
connection = "redis://localhost:6380"
|
|
}
|
|
|
|
rabbitmq {
|
|
connection = "amqp://localhost:5673"
|
|
}
|
|
|
|
elasticsearch {
|
|
connection = "http://localhost:9201"
|
|
}
|
|
|
|
mail {
|
|
sendGrid {
|
|
key = "abcd"
|
|
}
|
|
}
|