mirror of
https://github.com/gabrielkheisa/gemini-resume-checker.git
synced 2025-08-21 11:31:16 +00:00
first
This commit is contained in:
22
env.example
Normal file
22
env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# Flask Configuration
|
||||
FLASK_RUN_HOST=
|
||||
FLASK_RUN_PORT=
|
||||
SECRET_KEY=
|
||||
|
||||
# Upload Settings
|
||||
UPLOAD_FOLDER=uploads/
|
||||
MAX_FILE_SIZE=4200000
|
||||
|
||||
# Google AI API
|
||||
GOOGLE_API_KEY=
|
||||
|
||||
# reCAPTCHA Keys
|
||||
RECAPTCHA_SECRET_KEY=a
|
||||
RECAPTCHA_SITE_KEY=_
|
||||
|
||||
# Rate Limiting
|
||||
RATE_LIMIT=1 per 10 seconds
|
||||
|
||||
# CORS Configuration (Set to your domain or leave empty for strict security)
|
||||
CORS_ORIGIN=
|
||||
|
Reference in New Issue
Block a user