Logo
Explore Help
Register Sign In
pokemon/nuzlocke-tracker
1
1
Fork 0
You've already forked nuzlocke-tracker
Code Issues Pull Requests 10 Actions Packages Projects Releases Wiki Activity
Files
a4fa5bf1e4de4ac2eac90051fd48b13d6c4475a5
nuzlocke-tracker/backend/.env.example

15 lines
305 B
Plaintext
Raw Normal View History

Initial setup of frontend and backend
2026-02-04 17:13:58 +01:00
# Application settings
Rebrand to Another Nuzlocke Tracker (ANT) (#27) Co-authored-by: Julian Tabel <juliantabel.jt@gmail.com> Co-committed-by: Julian Tabel <juliantabel.jt@gmail.com>
2026-02-17 20:17:07 +01:00
APP_NAME="Another Nuzlocke Tracker API"
Initial setup of frontend and backend
2026-02-04 17:13:58 +01:00
DEBUG=true
# API settings
API_V1_PREFIX="/api/v1"
# Database settings
DATABASE_URL="sqlite:///./nuzlocke.db"
feat: add auth system, boss pokemon details, moves/abilities API, and run ownership Add user authentication with login/signup/protected routes, boss pokemon detail fields and result team tracking, moves and abilities selector components and API, run ownership and visibility controls, and various UI improvements across encounters, run list, and journal pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 21:41:38 +01:00
# Supabase Auth
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key
SUPABASE_JWT_SECRET=your-jwt-secret
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 443ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API