Add .env.example for environment variable reference, nixpacks.toml for Nixpacks deployment, and docker-compose.yml for containerized deployment. These files provide necessary configuration for running the application in different environments.
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
PORT=5001
|
|
API_NINJAS_KEY=your_api_key_here
|
|
SECRET_KEY=your_secret_key_here
|
|
DATABASE_URL=sqlite://calorie_tracker.db
|