Update all user-facing references from "Nuzlocke Tracker" to "Another Nuzlocke Tracker" / "ANT" across package configs, page titles, meta tags, nav header, documentation, and web manifest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
# Application settings
|
|
APP_NAME="Another Nuzlocke Tracker API"
|
|
DEBUG=true
|
|
|
|
# API settings
|
|
API_V1_PREFIX="/api/v1"
|
|
|
|
# Database settings
|
|
DATABASE_URL="sqlite:///./nuzlocke.db"
|