-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathsecrets.example
More file actions
18 lines (14 loc) · 737 Bytes
/
secrets.example
File metadata and controls
18 lines (14 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Kamal secrets configuration
# Copy this file to .kamal/secrets and fill in the values
# The .kamal/secrets file is gitignored and should never be committed
# GitHub Container Registry (ghcr.io) personal access token
# Create at: https://github.com/settings/tokens
# Required scopes: read:packages, write:packages, delete:packages
KAMAL_REGISTRY_PASSWORD=ghp_your_github_token_here
# Session encryption secret (generate with: openssl rand -hex 32)
SESSION_SECRET=your_session_secret_here
# Magic link encryption secret (generate with: openssl rand -hex 32)
MAGIC_LINK_SECRET=your_magic_link_secret_here
# Mailgun API credentials for sending emails
MAILGUN_SENDING_KEY=key-your-mailgun-api-key
MAILGUN_DOMAIN=your-mailgun-domain.com