feat: Add .env
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# Naliia
|
||||
NALIIA_IMAGE="gitea.onecluster.org/aserrador/naliia:latest"
|
||||
|
||||
# Tryton
|
||||
EMAIL="admin@admin.org"
|
||||
TRYTON_PORT=8000
|
||||
|
||||
# Database
|
||||
DB_HOSTNAME="db"
|
||||
POSTGRES_DB="database"
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="SUp3r-pass*DB"
|
||||
TRYTOND_DATABASE_URI="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/"
|
||||
|
||||
# SMTP
|
||||
SMTP="True"
|
||||
SMTP_TYPE="smtps+ssl"
|
||||
SMTP_USER="user"
|
||||
SMTP_PASSWORD="passsword"
|
||||
SMTP_DOMAIN="domain.com"
|
||||
SMTP_PORT=465
|
||||
SMTP_FROM="Company CO"
|
||||
SMTP_EMAIL="domain@domain.com"
|
||||
Reference in New Issue
Block a user