mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add env-initializations from config
This commit is contained in:
parent
c00a3ea9ba
commit
dfe94681ca
@ -93,8 +93,8 @@ export default defineConfig(async ({ command }) => {
|
||||
autoInstall: true,
|
||||
}),
|
||||
EnvironmentPlugin({
|
||||
GMS_ACTIVE: null,
|
||||
HUMHUB_ACTIVE: null,
|
||||
GMS_ACTIVE: CONFIG.GMS_ACTIVE,
|
||||
HUMHUB_ACTIVE: CONFIG.HUMHUB_ACTIVE,
|
||||
DEFAULT_PUBLISHER_ID: null,
|
||||
PORT: null,
|
||||
COMMUNITY_HOST: null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user