This commit is contained in:
Jonas Rabenstein 2026-08-12 13:24:01 +02:00
commit a9d22e8312
18 changed files with 2308 additions and 0 deletions

14
.env.example Normal file
View file

@ -0,0 +1,14 @@
DATABASE_URL=postgresql://county_sprints@/county_sprints?host=.pgsocket&port=5433
BIND_ADDRESS=127.0.0.1:8080
INTERVALS_BASE_URL=https://intervals.icu
INTERVALS_CLIENT_ID=
INTERVALS_CLIENT_SECRET=
INTERVALS_REDIRECT_URI=http://localhost:8080/oauth/callback
INTERVALS_WEBHOOK_SECRET=
# false for local HTTP development, true behind HTTPS in production.
COOKIE_SECURE=false
RUST_LOG=info