Skip to content
Snippets Groups Projects
Unverified Commit 9e794c88 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Integrate logo setting

parent 6a2225ee
Branches
Tags v0.1.3
No related merge requests found
Pipeline #115223 passed
......@@ -21,6 +21,7 @@ APP_SECRET=
###> dbp/relay-core-bundle ###
CORE_API_BUILDINFO=unknown
CORE_API_BUILDINFO_URL=#
CORE_API_LOGO_PATH=bundles/dbprelaycore/logo.png
###< dbp/relay-core-bundle ###
###> dbp/relay-auth-bundle ###
......
......@@ -6,7 +6,7 @@
"require": {
"php": ">=7.3",
"dbp/relay-auth-bundle": "^0.1.4",
"dbp/relay-core-bundle": "^0.1.22",
"dbp/relay-core-bundle": "^0.1.36",
"symfony/apache-pack": "^1.0",
"symfony/console": "^5.4",
"symfony/dotenv": "^5.4",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8385fb1c4b32a1e2b7dfb60a0181f675",
"content-hash": "b628a7439e897ef39f17e79281daa905",
"packages": [
{
"name": "api-platform/core",
......@@ -282,11 +282,11 @@
},
{
"name": "dbp/relay-core-bundle",
"version": "v0.1.35",
"version": "v0.1.36",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "79d1b52f65989ee2285a9219c4a552f2cbc9bab2"
"reference": "e271903213daaf1ae2b1f144ac39df05bf6627cc"
},
"require": {
"api-platform/core": "^2.6.6",
......@@ -346,7 +346,7 @@
"AGPL-3.0-or-later"
],
"description": "The core bundle of the Relay API gateway",
"time": "2022-05-02T07:07:30+00:00"
"time": "2022-05-11T08:49:59+00:00"
},
{
"name": "doctrine/annotations",
......@@ -10874,5 +10874,5 @@
"platform-overrides": {
"php": "7.3"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.1.0"
}
dbp_relay_core:
build_info: '%env(CORE_API_BUILDINFO)%'
build_info_url: '%env(CORE_API_BUILDINFO_URL)%'
logo_path: '%env(CORE_API_LOGO_PATH)%'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment