There was an error while loading. Please reload this page.
1 parent e8cd4e8 commit 1afc39aCopy full SHA for 1afc39a
2 files changed
htdocs/.env
@@ -32,3 +32,6 @@ DATABASE_RO_URL="mysql://jacq:jacq@herbarium-replica.dyn.cloud.e-infra.cz:3306/h
32
###< doctrine/doctrine-bundle ###
33
UUID_ENDPOINT_URL="https://input.jacq.org/input.services/"
34
UUID_PREFIX="https://resolve.jacq.org/"
35
+
36
+# to be overwritten by local
37
+UUID_ENDPOINT_KEY="xxxxx"
htdocs/config/services.yaml
@@ -6,9 +6,9 @@
6
parameters:
7
uuid_endpoint_url: '%env(UUID_ENDPOINT_URL)%'
8
uuid_endpoint_key: '%env(UUID_ENDPOINT_KEY)%'
9
- app.version: '%env(GIT_TAG)%'
+ app.version: '%env(default:git_tag_default:GIT_TAG)%'
10
app.project_dir: '%kernel.project_dir%'
11
-
+ git_tag_default: 'unknown'
12
services:
13
# default configuration for services in *this* file
14
_defaults:
0 commit comments