Compare commits
1 Commits
feat/env-e
...
feat/docke
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b416d72454 |
26
env/.env.example.paperclip
vendored
26
env/.env.example.paperclip
vendored
@@ -1,26 +0,0 @@
|
|||||||
# Paperclip Environment Variables
|
|
||||||
# Copy this file to your .env (at the compose root or docker-compose working directory)
|
|
||||||
# and fill in the secrets.
|
|
||||||
#
|
|
||||||
# cp env/.env.example.paperclip .env
|
|
||||||
#
|
|
||||||
# Then reference it from compose.yml:
|
|
||||||
# env_file:
|
|
||||||
# - path: .env
|
|
||||||
# required: true
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# Database
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# PostgreSQL password for the paperclip-db service.
|
|
||||||
# Generate a strong random password:
|
|
||||||
# openssl rand -base64 32
|
|
||||||
PAPERCLIP_DB_PASSWORD=change_me_to_a_strong_random_password
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# Authentication
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# Secret key used by Better Auth for signing and verifying tokens.
|
|
||||||
# Generate a strong random secret:
|
|
||||||
# openssl rand -base64 32
|
|
||||||
PAPERCLIP_AUTH_SECRET=change_me_to_a_strong_random_secret
|
|
||||||
Reference in New Issue
Block a user