axiom-community-manager/.env.example

73 lines
1.4 KiB
Plaintext

######
# commons
######
GENERIC_TIMEZONE=Europe/Paris
HASH_SALT=replace-me-with-a-random-string
# app name used in all container prefix
APP_NAME=super
# Admin user used to login in apps
ADMIN_MAIL=emmanuel.salomon@gmail.com
ADMIN_USER=adminuser # Only lowercase
ADMIN_PASSWORD=pass123
# SMTP
SMTP_HOST=smtp.gmail.com
SMTP_USER=emmanuel.salomon@gmail.com
SMTP_PASS= # Set password
SMTP_SENDER=emmanuel.salomon@gmail.com
######
# Postgres
######
# This config should stay only on server. Never share this info.
# POSTGRES_DB= # default to postgres
# POSTGRES_USER= # default to postgres # Only lowercase
POSTGRES_PASSWORD=rootpassword
# POSTGRES_NON_ROOT_USER= # default to ADMIN_USER
# POSTGRES_NON_ROOT_PASSWORD= # default to POSTGRES_PASSWORD
######
# pgadmin
######
# PGADMIN_PORT= # default to 80
# PGADMIN_DEFAULT_MAIL= # default to ADMIN_MAIL
# PGADMIN_DEFAULT_PASSWORD= # default to ADMIN_PASSWORD
######
# hasura
######
# HASURA_PORT= # default to 8080
# HASURA_CONSOLE_PORT= # default to 9695
# HASURA_GRAPHQL_ADMIN_SECRET= # default to ADMIN_PASSWORD
######
# n8n
######
N8N_DB=n8n
# N8N_PORT= # default to 8080
# N8N_BASIC_AUTH_USER= # default to ADMIN_USER
# N8N_BASIC_AUTH_PASSWORD= # default to ADMIN_PASSWORD
# N8N_WEBHOOK_URL=
######
# umami
######
UMAMI_DB=umami
# UMAMI_PORT= # default to 3000
######
# listmonk
######
LISTMONK_DB=listmonk
# LISTMONK_PORT= # default to 9000