forked from open-condo-software/open-condo-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
44 lines (33 loc) · 2.97 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
DISABLE_LOGGING=true
DEFAULT_LOCALE=ru
FILE_FIELD_ADAPTER=local
# nosemgrep: generic.secrets.gitleaks.generic-api-key.generic-api-key
GOOGLE_RECAPTCHA_CONFIG='{"SITE_KEY":"<SITE_KEY>", "SERVER_KEY":"<SERVER_KEY>"}'
HELP_REQUISITES='{ "support_email": "[email protected]", "support_email_mobile": "[email protected]", "bot_email": "[email protected]", "support_phone": "+1 301 000-00-00" }'
# Cache settings
ADAPTER_CACHE_CONFIG='{ "enabled": true, "excludedLists":[], "logging":0, "maxCacheSize":1000, "logStatsEachSecs": 60 }'
REQUEST_CACHE_CONFIG='{ "enabled": true, "logging":0, "logStatsEachSecs": 60 }'
#OIDC_CONDO_CLIENT_CONFIG='{"serverUrl":"http://localhost:3000", "clientId":"<client id>", "clientSecret":"<client secret>"}'
# Feature flags configuration!
# NOTE: you and use "url"+"apiKey" keys for remote api features or "static" key for const defined features
# FEATURE_TOGGLE_CONFIG='{"url": "http://localhost:3100/api/features", "apiKey": "key"}'
# FEATURE_TOGGLE_CONFIG='{"url":null,"apiKey":null,"static":{}}'
# FIREBASE_CONFIG_JSON contents can be retrieved from https://console.firebase.google.com/project/<PROJECT_ID>/settings/serviceaccounts/adminsdk
# nosemgrep: generic.secrets.security.detected-google-gcm-service-account.detected-google-gcm-service-account
# FIREBASE_CONFIG_JSON='{"type": "service_account", "project_id": "<PROJECT_ID>", "private_key_id": "<PRIVATE_KEY_ID", "private_key": "<PRIVATE_KEY>", "client_email": "<FIREBASE_ADMIN_SDK_EMAIL> at .gserviceaccount.com", "client_id": "<CLIENT_ID>", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/<CLIENT_EMAIL_VALUE>"}'
# real Firebase push token for testing real push notification delivery to device, would be used only if provided
# FIREBASE_PUSH_TOKEN_TEST=<TOKEN>
# HMS - Huawei Messaging System
# HMS_CONFIG_JSON contents can be retrieved from ..., there should be separate section for each app receiving push notifications via HMS
# HMS_CONFIG_JSON='{"resident": {"clientId": "<RESIDENT_CLIENT_ID", "secret": "<RESIDENT_CLIENT_SECRET>"}, "master": {"clientId": "<MASTER_CLIENT_ID>", "secret": "<MASTER_CLIENT_SECRET>"}}'
# real HMS push tokens for testing real push notification delivery to device, would be used only if provided
# HCM_PUSH_TOKEN_TEST_RESIDENT=<TOKEN>
# HCM_PUSH_TOKEN_TEST_MASTER=<TOKEN>
#
# APPLE_CONFIG_JSON='{"kid": <KEY_ID>, "iss": <ISSUER_ID>, "privateKey": "<PRIVATE_KEY>" }'
# real Apple push tokens for testing real push notification delivery to device, would be used only if provided
# APPLE_PUSH_TOKEN_TEST=<TOKEN>
# APPLE_VOIP_PUSH_TOKEN_TEST=<TOKEN>
MOBILE_APP_IDS='{ "resident": { "ios": "ai.doma.clients", "android": "ai.doma.client" }, "master": { "ios": "ai.doma.master", "android": "ai.doma.master" }}'
TELEGRAM_EMPLOYEE_BOT_TOKEN=telegram-token