txt2md/.env.example

5 lines
112 B
Plaintext

GOOGLE_API_KEY=your_gemini_api_key_here
FLASK_SECRET_KEY=something_random_and_secure
FLASK_DEBUG=True
PORT=5000