Files
dc-project/src/test/resources/application-test.conf
Fabrice Lecomte 0cf1aea9bf Test openapi schema of Register
Fix some routes
Improve Schema Validation
2021-03-16 00:53:10 +01:00

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"
}
}