reservations applyable, fixed folder views, checkmarks
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user