e84b87ed16
🔧 fix: update navigation href resolution to include localized paths 🆕 feat: add new FeatureIcon component for feature boxes 🎨 style: improve styling for prose elements in richtext blocks 🛠️ refactor: streamline medialib image loading and caching logic 📦 chore: update mock data handling to support new medialib entries 🔄 chore: synchronize i18n initialization and locale management 📝 docs: update video tour descriptions to reflect recent changes
26 lines
583 B
Bash
26 lines
583 B
Bash
PROJECT_NAME=__PROJECT_NAME__
|
|
TIBI_PREFIX=tibi
|
|
TIBI_NAMESPACE=__TIBI_NAMESPACE__
|
|
CODER_UID=100
|
|
CODER_GID=101
|
|
|
|
SENTRY_URL=https://sentry.basehosts.de
|
|
SENTRY_ORG=webmakers
|
|
SENTRY_PROJECT=
|
|
|
|
RSYNC_HOST=ftp1.webmakers.de
|
|
RSYNC_PORT=22223
|
|
|
|
PRODUCTION_SERVER=dock4.basehosts.de
|
|
PRODUCTION_TIBI_PREFIX=wmbasic
|
|
PRODUCTION_PATH=/webroots2/customers/_CUSTOMER_ID_/____
|
|
|
|
STAGING_PATH=/staging/__ORG__/__PROJECT__/dev
|
|
|
|
LIVE_URL=https://www
|
|
STAGING_URL=https://dev-__PROJECT_NAME__.staging.testversion.online
|
|
CODING_URL=https://__PROJECT_NAME__.code.testversion.online
|
|
|
|
#START_SCRIPT=:ssr
|
|
#MOCK=1
|