first
This commit is contained in:
17
sop-back/.env.example
Normal file
17
sop-back/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# API
|
||||
PROJECT_NAME=Smash or Pass
|
||||
ALLOWED_ORIGINS=["http://localhost:5173","http://localhost:8080"]
|
||||
|
||||
# Admin gate
|
||||
ADMIN_ENABLED=true
|
||||
|
||||
# Database (SQLite file path)
|
||||
DATABASE_URL=sqlite:///./data/sop.db
|
||||
|
||||
# MinIO / S3
|
||||
S3_ENDPOINT_URL=http://minio:9000
|
||||
S3_PUBLIC_URL=http://localhost:9000
|
||||
S3_ACCESS_KEY=minioadmin
|
||||
S3_SECRET_KEY=minioadmin
|
||||
S3_BUCKET=sop
|
||||
S3_REGION=us-east-1
|
||||
Reference in New Issue
Block a user