Skip to content
Snippets Groups Projects
Commit 89a0cd3e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Sync config/env with recipes

parent ea480ab9
No related branches found
No related tags found
No related merge requests found
Pipeline #64176 failed
......@@ -16,12 +16,15 @@
APP_ENV=dev
APP_SECRET=
# Auth related
###> dbp/relay-core-bundle ###
CORE_API_BUILDINFO=unknown
CORE_API_BUILDINFO_URL=#
###< dbp/relay-core-bundle ###
###> dbp/relay-auth-bundle ###
AUTH_SERVER_URL=https://auth.your-server/auth/realms/your-realm
AUTH_APIDOCS_KEYCLOAK_SERVER=https://auth.your-server/auth
AUTH_APIDOCS_KEYCLOAK_REALM=your-realm
AUTH_APIDOCS_KEYCLOAK_CLIENT_ID=api-docs-client-id
###< dbp/relay-auth-bundle ###
# Deployment related
API_BUILDINFO=unknown # a git hash or something identifying the build
API_BUILDINFO_URL='#'
dbp_relay_core:
build_info: '%env(API_BUILDINFO)%'
build_info_url: '%env(API_BUILDINFO_URL)%'
build_info: '%env(CORE_API_BUILDINFO)%'
build_info_url: '%env(CORE_API_BUILDINFO_URL)%'
......@@ -32,10 +32,28 @@
"version": "2.0.2"
},
"dbp/relay-auth-bundle": {
"version": "v0.1.6"
"version": "0.1",
"recipe": {
"repo": "github.com/digital-blueprint/symfony-recipes",
"branch": "main",
"version": "0.1",
"ref": "1195a75c2c8826343f3cc936a06a883f986a56ae"
},
"files": [
"config/packages/dbp_relay_auth.yaml"
]
},
"dbp/relay-core-bundle": {
"version": "v0.1.22"
"version": "0.1",
"recipe": {
"repo": "github.com/digital-blueprint/symfony-recipes",
"branch": "main",
"version": "0.1",
"ref": "d03e655fa1f726593be781f194a5084f99c7c47d"
},
"files": [
"config/packages/dbp_relay_core.yaml"
]
},
"dnoegel/php-xdg-base-dir": {
"version": "v0.1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment