mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
12 lines
216 B
Bash
12 lines
216 B
Bash
ENVIRONMENT=development
|
|
HOST=example.com
|
|
PORT=8080
|
|
JWT_SECRET=abc123
|
|
CORS_ALLOWED_ORIGINS=*
|
|
DB_FILE=./gocms.db
|
|
DOCKER_DB_FOLDER=./data
|
|
SMTP_EMAIL=a@b.c
|
|
SMTP_PASSWORD=12341234
|
|
SMTP_HOST=mail.service.abc
|
|
SMTP_PORT=465
|