Initial setup of frontend and backend
This commit is contained in:
9
backend/.env.example
Normal file
9
backend/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Application settings
|
||||
APP_NAME="Nuzlocke Tracker API"
|
||||
DEBUG=true
|
||||
|
||||
# API settings
|
||||
API_V1_PREFIX="/api/v1"
|
||||
|
||||
# Database settings
|
||||
DATABASE_URL="sqlite:///./nuzlocke.db"
|
||||
Reference in New Issue
Block a user