Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025 06:55 AM - edited 09-29-2025 06:56 AM
Hi @Naga05 how about adding this variable under bundle’s resources file common_variables.yml?
1)
variables:
db_connection:
default:
value: ${var.db_connection}
OR
variables:
db_connection:
default: ${var.db_connection}
2) reference this resource in app.yml
- name: DB_CONNECTION
valueFrom: db_connection