config: Update 10 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 7s

This commit is contained in:
j
2025-12-29 13:04:25 +13:00
parent 767d4eb21e
commit f0cf3dc122
10 changed files with 16 additions and 14 deletions

View File

@@ -20,6 +20,10 @@ HTTP_PORT=8080
SEAFILE_ADMIN_EMAIL="admin@example.com"
SEAFILE_ADMIN_PASSWORD="changeme"
# JWT private key (required for Seafile 12.x)
# Must be a random string of at least 32 characters - generate with: openssl rand -hex 32
JWT_PRIVATE_KEY="your-random-secret-key-at-least-32-chars-long"
# Database settings (change the password!)
MYSQL_ROOT_PASSWORD="db_root_changeme"
DB_PASSWORD="db_seafile_changeme"