-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
35 lines (31 loc) · 1.47 KB
/
sample.env
File metadata and controls
35 lines (31 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ----------------------------------------
# CORE CLOUD CONFIGURATION (Domain Base)
# ----------------------------------------
# This is the base domain for all your services (e.g., example.com).
# Dokploy will use this variable to automatically set up the reverse proxy
# subdomains (e.g., dolibarr.tudominio.com, nextcloud.tudominio.com).
#
# Replace 'yourdomain.com' with your actual domain.
DOMAIN_BASE=yourdomain.com
# ----------------------------------------
# POSTGRESQL DATABASE SECRETS
# ----------------------------------------
# The common user for all databases. For security, you could define different
# users, but keeping the password isolated per app is a good balance.
POSTGRES_USER=db_user
# Required strong passwords for each application's dedicated database.
POSTGRES_PASSWORD_DOLIBARR=db_password_dolibarr
POSTGRES_PASSWORD_NEXTCLOUD=db_password_nextcloud
POSTGRES_PASSWORD_BASEROW=db_password_baserow
# ----------------------------------------
# APPLICATION SECRETS (DOLIBARR)
# ----------------------------------------
# Initial credentials for the Dolibarr Administrator account.
DOLIBARR_ADMIN_LOGIN=admin
DOLIBARR_ADMIN_PASSWORD=admin_password_dolibarr
# ----------------------------------------
# APPLICATION SECRETS (BASEROW)
# ----------------------------------------
# A random, long, and strong secret key required by Baserow for API security.
# You can generate a 50-character random string online.
BASEROW_SECRET_KEY=8VmAi0Ye8rNwAktJaRX71WihHUUlpkl2SE79tGpo5kmO2C9BAX