17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
|
|
# API Settings
|
||
|
|
APP_VERSION=1.0.0
|
||
|
|
ENV=dev
|
||
|
|
|
||
|
|
# Server Settings
|
||
|
|
UVICORN_HOST=0.0.0.0
|
||
|
|
UVICORN_PORT=8888
|
||
|
|
|
||
|
|
# CORS Settings
|
||
|
|
BACKEND_CORS_ORIGINS=http://localhost:3000,http://localhost:8080,http://localhost:5173
|
||
|
|
|
||
|
|
# Application Settings
|
||
|
|
PROJECT_NAME=freeleaps-authentication
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
LOGGING_LEVEL=INFO
|