OIDC_CLIENT_ID=clientidfromyouroidcprovider OIDC_CLIENT_SECRET=clientsecretkey POSTGRES_PASSWORD=changeme MINIO_ROOT_PASSWORD=changeme MINIO_BROWSER_REDIRECT_URL=https://wikidata-admin.yourdomain.com # keep in mind that below two secret keys should be generated by `openssl rand -hex 32` SECRET_KEY=changeme32char UTILS_SECRET=changeme32char WIKI_URL=https://wiki.yourdomain.com WIKIDATA_URL=https://wikidata.yourdomain.com AUTH_URL=https://auth.yourdomain.com SMTP_HOST=smtp.office365.com SMTP_PORT=587 SMTP_USERNAME= SMTP_PASSWORD= SMTP_FROM_EMAIL= SMTP_REPLY_EMAIL= SMTP_SECURE=true