mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-27 12:44:13 +00:00
- add monorepo Makefile delegating to sub-projects - update CI workflows, GoReleaser, gitignore for new structure - revise README, CONTRIBUTING.md for monorepo overview - bump Go to 1.24
9 lines
346 B
Plaintext
9 lines
346 B
Plaintext
# OpenRouter API Key for changelog generation
|
|
# Get your API key from https://openrouter.ai/keys
|
|
OPENROUTER_API_KEY=your-api-key-here
|
|
|
|
# ZeroSSL API Key for TLS certificates (alternative to Let's Encrypt)
|
|
# Get your free API key from https://app.zerossl.com/developer
|
|
# If not set, Caddy will use Let's Encrypt as the default CA
|
|
ZEROSSL_API_KEY=
|