mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
136 lines
5.0 KiB
Plaintext
136 lines
5.0 KiB
Plaintext
# Need to adjust!
|
||
COMMUNITY_NAME="Your community name"
|
||
COMMUNITY_DESCRIPTION="Short Description from your Community."
|
||
COMMUNITY_HOST=gddhost.tld
|
||
COMMUNITY_SUPPORT_MAIL=support@supportmail.com
|
||
|
||
# setup email account for sending gradido system messages to users
|
||
EMAIL=true
|
||
EMAIL_USERNAME=peter@lustig.de
|
||
EMAIL_SENDER=peter@lustig.de
|
||
EMAIL_PASSWORD=1234
|
||
EMAIL_SMTP_HOST=smtp.lustig.de
|
||
EMAIL_SMTP_PORT=587
|
||
|
||
# if set to true allow sending gradidos to another communities
|
||
FEDERATION_XCOM_SENDCOINS_ENABLED=false
|
||
|
||
# how many minutes email verification code is valid
|
||
# also used for password reset code
|
||
EMAIL_CODE_VALID_TIME=1440
|
||
# how many minutes user must wait before he can request the email verification code again
|
||
# also used for password reset code
|
||
EMAIL_CODE_REQUEST_TIME=10
|
||
|
||
# Need to adjust by updates
|
||
# config versions
|
||
DATABASE_CONFIG_VERSION=v1.2022-03-18
|
||
BACKEND_CONFIG_VERSION=v23.2024-04-04
|
||
FRONTEND_CONFIG_VERSION=v6.2024-02-27
|
||
ADMIN_CONFIG_VERSION=v2.2024-01-04
|
||
FEDERATION_CONFIG_VERSION=v2.2023-08-24
|
||
FEDERATION_DHT_CONFIG_VERSION=v4.2024-01-17
|
||
FEDERATION_DHT_TOPIC=GRADIDO_HUB
|
||
|
||
# Need adjustments for test system
|
||
URL_PROTOCOL=https
|
||
# start script
|
||
# only for test server
|
||
DEPLOY_SEED_DATA=false
|
||
# test email
|
||
# if true all email will be send to EMAIL_TEST_RECEIVER instead of email address of user
|
||
EMAIL_TEST_MODUS=false
|
||
EMAIL_TEST_RECEIVER=test_team@gradido.net
|
||
USE_CRYPTO_WORKER=true
|
||
|
||
# Logging
|
||
LOG_LEVEL=info
|
||
GRADIDO_LOG_PATH=/home/gradido/gradido/deployment/bare_metal/log
|
||
TYPEORM_LOGGING_RELATIVE_PATH=../deployment/bare_metal/log/typeorm.backend.log
|
||
|
||
# webhook
|
||
WEBHOOK_GITHUB_SECRET=secret
|
||
WEBHOOK_GITHUB_BRANCH=master
|
||
|
||
# frontend and admin paths, usually don't need changes
|
||
# used in nginx config and for links in emails
|
||
COMMUNITY_REGISTER_PATH=/register
|
||
COMMUNITY_REDEEM_PATH=/redeem/
|
||
COMMUNITY_REDEEM_CONTRIBUTION_PATH=/redeem/CL-
|
||
WALLET_LOGIN_PATH=/login
|
||
WALLET_AUTH_PATH=/authenticate?token=
|
||
EMAIL_LINK_VERIFICATION_PATH=/checkEmail/
|
||
EMAIL_LINK_SETPASSWORD_PATH=/reset-password/
|
||
EMAIL_LINK_FORGOTPASSWORD_PATH=/forgot-password
|
||
EMAIL_LINK_OVERVIEW_PATH=/overview
|
||
ADMIN_AUTH_PATH=/admin/authenticate?token=
|
||
GRAPHQL_PATH=/graphql
|
||
|
||
# login expire time
|
||
JWT_SECRET=secret123
|
||
JWT_EXPIRES_IN=10m
|
||
|
||
# Federation
|
||
# if you set the value of FEDERATION_DHT_TOPIC, the DHT hyperswarm will start to announce and listen
|
||
# on an hash created from this topic
|
||
# FEDERATION_DHT_TOPIC=GRADIDO_HUB
|
||
# FEDERATION_DHT_SEED=64ebcb0e3ad547848fef4197c6e2332f
|
||
# the api port is the baseport, which will be added with the api-version, e.g. 1_0 = 5010
|
||
FEDERATION_COMMUNITY_API_PORT=5000
|
||
FEDERATION_VALIDATE_COMMUNITY_TIMER=60000
|
||
|
||
# comma separated list of api-versions, which cause starting several federation modules
|
||
FEDERATION_COMMUNITY_APIS=1_0
|
||
|
||
# externe gradido services (more added in future)
|
||
GDT_ACTIVE=false
|
||
|
||
# DLT-Connector (still in develop)
|
||
DLT_CONNECTOR=false
|
||
DLT_CONNECTOR_PORT=6010
|
||
|
||
# used for combining a newsletter on klicktipp with this gradido community
|
||
# if used, user will be subscribed on register and can unsubscribe in his account
|
||
KLICKTIPP=false
|
||
KLICKTIPP_USER=gradido_test
|
||
KLICKTIPP_PASSWORD=secret321
|
||
KLICKTIPP_APIKEY_DE=SomeFakeKeyDE
|
||
KLICKTIPP_APIKEY_EN=SomeFakeKeyEN
|
||
|
||
# Meta data in frontend pages, important when shared via facebook or twitter or for search engines
|
||
META_TITLE_DE="Gradido – Dein Dankbarkeitskonto"
|
||
META_TITLE_EN="Gradido - Your gratitude account"
|
||
META_DESCRIPTION_DE="Dankbarkeit ist die Währung der neuen Zeit. Immer mehr Menschen entfalten ihr Potenzial und gestalten eine gute Zukunft für alle."
|
||
META_DESCRIPTION_EN="Gratitude is the currency of the new age. More and more people are unleashing their potential and shaping a good future for all."
|
||
META_KEYWORDS_DE="Grundeinkommen, Währung, Dankbarkeit, Schenk-Ökonomie, Natürliche Ökonomie des Lebens, Ökonomie, Ökologie, Potenzialentfaltung, Schenken und Danken, Kreislauf des Lebens, Geldsystem"
|
||
META_KEYWORDS_EN="Basic Income, Currency, Gratitude, Gift Economy, Natural Economy of Life, Economy, Ecology, Potential Development, Giving and Thanking, Cycle of Life, Monetary System"
|
||
META_AUTHOR="Bernd Hückstädt - Gradido-Akademie"
|
||
|
||
# update page shown while updating gradido
|
||
# page will be fed with status changes
|
||
NGINX_UPDATE_PAGE_ROOT=/home/gradido/gradido/deployment/bare_metal/nginx/update-page
|
||
# NGINX SSL Setup with certbot
|
||
# will be generated by start.sh with $COMMUNITY_HOST, only need to setup manual if setup differ from default
|
||
#NGINX_SSL_CERTIFICATE=/etc/letsencrypt/live/gddhost.tld/fullchain.pem
|
||
#NGINX_SSL_CERTIFICATE_KEY=/etc/letsencrypt/live/gddhost.tld/privkey.pem
|
||
NGINX_SSL_DHPARAM=/etc/letsencrypt/ssl-dhparams.pem
|
||
NGINX_SSL_INCLUDE=/etc/letsencrypt/options-ssl-nginx.conf
|
||
NGINX_REWRITE_LEGACY_URLS=false
|
||
|
||
# LEGACY
|
||
WEBHOOK_ELOPAGE_SECRET=secret
|
||
|
||
# GMS
|
||
GMS_ACTIVE=false
|
||
# Coordinates of Illuminz test instance
|
||
#GMS_API_URL=http://54.176.169.179:3071
|
||
GMS_API_URL=http://localhost:4044/
|
||
GMS_DASHBOARD_URL=http://localhost:8080/
|
||
GMS_WEBHOOK_SECRET=secret
|
||
GMS_CREATE_USER_THROW_ERRORS=false
|
||
|
||
# HUMHUB
|
||
HUMHUB_ACTIVE=false
|
||
HUMHUB_API_URL=https://community.gradido.net
|
||
HUMHUB_JWT_KEY=
|