15 lines
545 B
Plaintext
15 lines
545 B
Plaintext
---
|
|
# =============================================================================
|
|
# Gitea PoC Vault Secrets
|
|
# =============================================================================
|
|
# This PoC deployment doesn't use external OAuth, so no secrets are required.
|
|
# This file exists for consistency with the deployment pattern.
|
|
#
|
|
# If you add secrets later:
|
|
# cp vault.yml.example vault.yml
|
|
# # Edit vault.yml
|
|
# ansible-vault encrypt vault.yml
|
|
|
|
# Placeholder - no secrets needed for standalone Gitea
|
|
# vault_example_secret: "changeme"
|