mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-07-04 10:16:25 -04:00
22 lines
762 B
Plaintext
22 lines
762 B
Plaintext
[Service]
|
|
# User-configurable environment variables for multi-protocol support
|
|
|
|
# Required for TLS certificate generation - CHANGE THIS!
|
|
Environment="EMAIL=your-email@example.com"
|
|
|
|
# Optional: Set explicit hostname (defaults to system hostname if not set)
|
|
# Environment="HOSTNAME=your-hostname"
|
|
|
|
# Optional: Performance tuning
|
|
# Environment="MAX_CONNECTIONS=500"
|
|
# Environment="RATE_LIMIT=24"
|
|
|
|
# Optional: Certificate directory
|
|
# Environment="CERT_DIR=/var/lib/gitea/certs"
|
|
|
|
# Optional: Additional environment variables for database, etc.
|
|
# Environment="GITEA_DATABASE_TYPE=postgres"
|
|
# Environment="GITEA_DATABASE_HOST=localhost:5432"
|
|
# Environment="GITEA_DATABASE_NAME=gitea"
|
|
# Environment="GITEA_DATABASE_USER=gitea"
|
|
# Environment="GITEA_DATABASE_PASSWD=gitea" |