Dio
# application.yaml spring: profiles: active: dev datasource: url: jdbc:<postgresql://dev-db.example.com:5432/myapp> username: dev_user password: dev_secret spring: profiles: active: alpha datasource: url: jdbc:<postgresql://alpha-db.example.com:5432/myapp> username: alpha_user password: alpha_secret
Aleksei Tirman [JB]
ktor: environment: "$KTOR_ENV:dev" application: modules: - com.mymy.ApplicationKt.module deployment: port: "$PORT:8080"
dave08
A modern programming language that makes developers happier.