first commit, mate!
CI/CD Pipeline / Test & Lint (push) Waiting to run
CI/CD Pipeline / Build Docker Image (push) Blocked by required conditions
CI/CD Pipeline / Security Scan (push) Waiting to run

This commit is contained in:
2026-08-08 14:43:59 +08:00
commit 852613586f
19 changed files with 3455 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Database Configuration
DB_HOST=mariadb
DB_PORT=3306
DB_USER=cms_user
DB_PASSWORD=change_me_secure_password
DB_ROOT_PASSWORD=root_secure_password
DB_NAME=blogging_cms
# Application Configuration
PORT=8080
SITE_URL=http://localhost:8080
SESSION_KEY=change_me_to_random_secure_key
# Optional: Markdown rendering options
MARKDOWN_BREAKS=true
MARKDOWN_TYPOGRAPHER=false
# Optional: Email configuration (for future features)
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=