The self-hosting stack
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# Your instance's configuration, which holds every secret it has: the vault master key, the JWT
|
||||
# secrets, the database password and your AI provider's API key. NEVER commit it. `.env.example` is
|
||||
# the template and is the only one of these that belongs in a repository.
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Database dumps, which the README tells you to take before an upgrade. They contain every
|
||||
# conversation, asset and audit row on the instance — and the vault's ciphertext, which is one
|
||||
# leaked .env away from being plaintext.
|
||||
*.sql
|
||||
*.sql.gz
|
||||
Reference in New Issue
Block a user