akkounts/.env.example

67 lines
1.7 KiB
Plaintext
Raw Normal View History

2024-03-02 11:43:59 +00:00
# PRIMARY_DOMAIN=kosmos.org
# AKKOUNTS_DOMAIN=accounts.example.com
2023-04-04 07:11:06 +00:00
2024-03-02 11:43:59 +00:00
# SMTP_SERVER=smtp.example.com
# SMTP_PORT=587
# SMTP_LOGIN=accounts
# SMTP_PASSWORD=123abc
# SMTP_FROM_ADDRESS=accounts@example.com
# SMTP_DOMAIN=example.com
# SMTP_AUTH_METHOD=plain
# SMTP_ENABLE_STARTTLS=auto
2023-03-22 07:53:44 +00:00
# S3_ENABLED=true
# S3_ENDPOINT=https://s3.kosmos.org
# S3_REGION=garage
# S3_BUCKET=akkounts-production
2024-02-02 12:01:47 +00:00
# S3_ALIAS_HOST=https://accounts.web.s3.kosmos.org
# S3_ACCESS_KEY=123456abcdefg
# S3_SECRET_KEY=123456789123456789123456789
2024-03-02 11:43:59 +00:00
# LDAP_HOST=localhost
# LDAP_PORT=389
# LDAP_ADMIN_PASSWORD=passthebutter
# LDAP_SUFFIX='dc=kosmos,dc=org'
2024-03-02 11:43:59 +00:00
# REDIS_URL='redis://localhost:6379/1'
2023-03-18 06:34:35 +00:00
2024-03-02 11:43:59 +00:00
# WEBHOOKS_ALLOWED_IPS='10.1.1.163'
2023-02-13 13:56:32 +00:00
#
# Service Integrations
#
# BTCPAY_PUBLIC_URL='https://btcpay.example.com'
2024-03-02 11:43:59 +00:00
# BTCPAY_API_URL='http://localhost:23001/api/v1'
# BTCPAY_STORE_ID=''
# BTCPAY_AUTH_TOKEN=''
2024-03-02 11:43:59 +00:00
# DISCOURSE_PUBLIC_URL='https://community.kosmos.org'
# DISCOURSE_CONNECT_SECRET='discourse_connect_ftw'
2023-05-29 21:05:18 +00:00
2024-03-02 11:43:59 +00:00
# DRONECI_PUBLIC_URL='https://drone.kosmos.org'
2023-08-13 15:23:57 +00:00
2024-03-02 11:43:59 +00:00
# EJABBERD_ADMIN_URL='https://xmpp.kosmos.org/admin'
# EJABBERD_API_URL='https://xmpp.kosmos.org/api'
2024-03-02 11:43:59 +00:00
# GITEA_PUBLIC_URL='https://gitea.kosmos.org'
2024-03-02 11:43:59 +00:00
# LNDHUB_API_URL='http://localhost:3023'
# LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org'
# LNDHUB_PUBLIC_KEY='0123d3be18617f39cf645851e3ba63f51fc13f0bb09e3bb25e6fd4de556486d946'
# LNDHUB_ADMIN_UI=true
# LNDHUB_ADMIN_TOKEN=123456789
# LNDHUB_PG_HOST=localhost
# LNDHUB_PG_PORT=5432
# LNDHUB_PG_DATABASE=lndhub
# LNDHUB_PG_USERNAME=lndhub
# LNDHUB_PG_PASSWORD=''
2024-03-02 11:43:59 +00:00
# MASTODON_PUBLIC_URL='https://kosmos.social'
2024-03-28 06:56:42 +00:00
# MASTODON_ADDRESS_DOMAIN='https://kosmos.org'
2024-03-02 11:43:59 +00:00
# MEDIAWIKI_PUBLIC_URL='https://wiki.kosmos.org'
2024-03-02 11:43:59 +00:00
# RS_STORAGE_URL='https://storage.kosmos.org'
# RS_REDIS_URL='redis://localhost:6379/2'