feat(project): init
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
OPENAI_API_KEY=sk-your-key
|
||||
OPENAI_BASE_URL=https://api.openai.com/v1
|
||||
OPENAI_IMAGE_MODEL=gpt-image-2
|
||||
OPENAI_TIMEOUT_MS=140000
|
||||
|
||||
DATABASE_PATH=./data/image-prompt-studio.db
|
||||
GENERATED_IMAGES_PATH=./data/generated-images
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=change-me-now
|
||||
ADMIN_SYNC_ON_BOOT=true
|
||||
DEFAULT_MONTHLY_QUOTA=20
|
||||
SESSION_DAYS=30
|
||||
|
||||
PORT=3000
|
||||
Reference in New Issue
Block a user