BASEURL=http://localhost:13120

HOST=0.0.0.0
PORT=13120

LOG_LEVEL=debug
LOG_PATH=./logs

# sqlite3
DB_DIALECT=sqlite
DB_STORAGE=./gancio.sqlite
DB_LOGGING=false

# mariadb
# DB_DIALECT=mariadb
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=gancio
# DB_USERNAME=gancio
# DB_PASSWORD=gancio
# DB_LOGGING=false

# postgres
# DB_DIALECT=postgres
# DB_HOST=127.0.0.1
# DB_PORT=5432
# DB_USERNAME=gancio
# DB_PASSWORD=gancio
# DB_LOGGING=false

# probably you want to modify some text for your specific community, that’s why we thought the USER_LOCALE configuration: 
# you can specify your version of each string of gancio making a directory with your locales inside. 
# Read more: https://gancio.org/install/config#user-locale
USER_LOCALE=./user_locale

# where to store event images
UPLOAD_PATH=./uploads


# HTTP Proxy Configuration
# These variables configure HTTP proxy settings for outbound connections
#
# PROXY_PROTOCOL: Protocol to use (http or https)
# PROXY_HOSTNAME: Proxy server hostname or IP address
# PROXY_HOST: Alternative to PROXY_HOSTNAME (deprecated, use PROXY_HOSTNAME)
# PROXY_PORT: Port number for the proxy server
# PROXY_AUTH_USERNAME: Username for proxy authentication (if required)
# PROXY_AUTH_PASSWORD: Password for proxy authentication (if required)
#
# Example configuration:
# PROXY_PROTOCOL=http
# PROXY_HOSTNAME=proxy.company.com
# PROXY_PORT=8080
# PROXY_AUTH_USERNAME=myuser
# PROXY_AUTH_PASSWORD=mypassword
PROXY_PROTOCOL=
PROXY_HOSTNAME=
PROXY_PORT=
PROXY_HEADERS=
PROXY_AUTH_USERNAME=
PROXY_AUTH_PASSWORD=


ALLOW_ACCESS_TO_HIDDEN_SERVICE=false

# generate with `openssl rand -base64 32`
NUXT_SESSION_PASSWORD=