mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove COMMUNITY_NAME in config.js
This commit is contained in:
parent
fed8701bda
commit
0bbc22e803
@ -4,10 +4,6 @@
|
||||
<b-jumbotron bg-variant="info" text-variant="white" border-variant="dark">
|
||||
<template #header>{{ $t('statistic.name') }}</template>
|
||||
|
||||
<template #lead>
|
||||
{{ CONFIG.COMMUNITY_NAME }}
|
||||
</template>
|
||||
|
||||
<hr class="my-4" />
|
||||
|
||||
<div>
|
||||
|
||||
@ -32,10 +32,6 @@ const endpoints = {
|
||||
WALLET_URL: process.env.WALLET_URL || 'http://localhost/login',
|
||||
}
|
||||
|
||||
const community = {
|
||||
COMMUNITY_NAME: process.env.COMMUNITY_NAME || 'Gradido Entwicklung',
|
||||
}
|
||||
|
||||
const debug = {
|
||||
DEBUG_DISABLE_AUTH: process.env.DEBUG_DISABLE_AUTH === 'true' || false,
|
||||
}
|
||||
@ -57,7 +53,6 @@ const CONFIG = {
|
||||
...version,
|
||||
...environment,
|
||||
...endpoints,
|
||||
...community,
|
||||
...debug,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user