Files
el-inv/.env.example

9 lines
299 B
Plaintext

# Replace with your DB credentials!
DATABASE_URL="postgres://user:password@host:port/db-name"
# Replace with your Gitea oauth credentials!
GITEA_BASE_URL="https://gitea.example.com"
GITEA_CLIENT_ID="your-client-id"
GITEA_CLIENT_SECRET="your-client-secret"
CALLBACK_BASE_URL="http://localhost:5173"