Runtime configuration can be performed via environment variables.
- You can configure an
application.yaml
file for local development.
# URL of the Database
db.url:
# Username of the Database
db.user
# Password of the Database
db.pass
Runtime configuration can be performed via environment variables.
application.yaml
file for local development.# URL of the Database
db.url:
# Username of the Database
db.user
# Password of the Database
db.pass