add env-initializations from config

This commit is contained in:
clauspeterhuebner 2025-03-24 22:26:53 +01:00
parent c00a3ea9ba
commit dfe94681ca

View File

@ -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,