diff options
| author | Bobby <[email protected]> | 2025-10-20 05:22:21 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-10-20 05:22:21 +0530 |
| commit | f115491b1eb3d160905f7e74ae13179674140ce3 (patch) | |
| tree | 581d00e548e6db73795adbba9e710f3fbd0a3c98 | |
| parent | 78833e17f3f43c7a09f43bbce51404e48d073d3f (diff) | |
| download | complexity-analyzer-f115491b1eb3d160905f7e74ae13179674140ce3.tar.xz complexity-analyzer-f115491b1eb3d160905f7e74ae13179674140ce3.zip | |
added example env file
| -rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..20e5382 --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +GEMINI_API_KEY= # Your Google Gemini API Key here +PORT=3000 # Port for the web server
\ No newline at end of file |
