9 lines
333 B
Plaintext
9 lines
333 B
Plaintext
# Secrets for Sanasto Wiki deployment
|
|
# DO NOT COMMIT SECRETS TO GIT! This file should read from environment or secure storage.
|
|
|
|
# Registry password (GitHub Container Registry token or Docker Hub password)
|
|
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD
|
|
|
|
# Rails master key for credentials
|
|
RAILS_MASTER_KEY=$(cat config/master.key)
|