####################################################
# #
# Necessary settings #
# #
####################################################
# Security variables and passwords. Do not use spaces in passwords, I think.
#
POSTGRES_PASSWORD=generate with dd if=/dev/urandom bs=8 count=8 | base64
JWT_SECRET=generate with dd if=/dev/urandom bs=8 count=8 | base64
SESSION_SECRET=generate with dd if=/dev/urandom bs=8 count=8 | base64
OAUTH_CONSUMER_KEY=osm.org > My Settings > oauth settings > page bottom
OAUTH_CONSUMER_SECRET=osm.org > My Settings > oauth settings > page bottom
# Necessary settings.
#
# WWW_REPO has to end with .git (because of Docker.)
#
DOMAIN_NAME=damn-project.org
WWW_REPO=https://git.sr.ht/~qeef/damn-www.git
####################################################
# #
# Customization settings #
# #
####################################################
# The following are optional settings. You don't need to change them. The
# defaults works good.
# Client defaults.
#
DEFAULT_LANG=en
DEFAULT_AREAS_VIEW=grid
DEFAULT_WEB_EDITOR=id
####################################################
# #
# Optional settings #
# #
####################################################
# The following are optional settings. You don't need to change them. The
# defaults works good.
# Optional server settings.
#
SERVER_SUB=server
DAMN_SERVER_VERSION=v0.12.0
DAMN_CLIENTS=*,
DB_HOST=damndb_server
WWW_SUB=www
# Optional client settings.
#
CLIENT_SUB=client
DAMN_CLIENT_REPO=https://git.sr.ht/~qeef/damn-client.js
DAMN_CLIENT_VERSION=v0.16.1
MANAGER_SUB=manager
DAMN_MANAGER_REPO=https://git.sr.ht/~qeef/damn-manager.js
DAMN_MANAGER_VERSION=v0.3.1
PANEL_SUB=panel
DAMN_PANEL_REPO=https://git.sr.ht/~qeef/damn-panel.js
DAMN_PANEL_VERSION=v0.1.2
# Optional chat settings.
#
CHAT_SUB=chat