fixs and move files
This commit is contained in:
21
src/main/resources/application.conf
Normal file
21
src/main/resources/application.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
ktor {
|
||||
deployment {
|
||||
port = 8080
|
||||
port = ${?PORT}
|
||||
}
|
||||
application {
|
||||
modules = [ fr.dcproject.ApplicationKt.module ]
|
||||
}
|
||||
}
|
||||
|
||||
app {
|
||||
envName = prod
|
||||
}
|
||||
|
||||
db {
|
||||
host = localhost
|
||||
database = dc-project
|
||||
username = dc-project
|
||||
password = dc-project
|
||||
port = 5432
|
||||
}
|
||||
Reference in New Issue
Block a user