File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 11# AI API Keys
22CLAUDE_CODE_KEY = dummy_claude_code_key
3- GEMINI_API_KEY = dummy_gemini_key
4- DEEPSEEK_API_KEY = dummy_deepseek_key
53OPEN_ROUTER_API_KEY = dummy_openrouter_key
6- HELICONE_API_KEY = dummy_helicone_key
74
85# Database & Server
96DATABASE_URL = postgresql://manicode_user_local:secretpassword_local@localhost:5432/manicode_db_local
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ const envSchema = {
1010 server : {
1111 // Backend variables
1212 CODEBUFF_API_KEY : z . string ( ) . optional ( ) ,
13- HELICONE_API_KEY : z . string ( ) . min ( 1 ) ,
14- GEMINI_API_KEY : z . string ( ) . min ( 1 ) ,
15- DEEPSEEK_API_KEY : z . string ( ) . min ( 1 ) ,
1613 OPEN_ROUTER_API_KEY : z . string ( ) . min ( 1 ) ,
1714 RELACE_API_KEY : z . string ( ) . min ( 1 ) ,
1815 LINKUP_API_KEY : z . string ( ) . min ( 1 ) ,
@@ -54,9 +51,6 @@ const envSchema = {
5451 runtimeEnv : {
5552 // Backend variables
5653 CODEBUFF_API_KEY : process . env . CODEBUFF_API_KEY ,
57- HELICONE_API_KEY : process . env . HELICONE_API_KEY ,
58- GEMINI_API_KEY : process . env . GEMINI_API_KEY ,
59- DEEPSEEK_API_KEY : process . env . DEEPSEEK_API_KEY ,
6054 OPEN_ROUTER_API_KEY : process . env . OPEN_ROUTER_API_KEY ,
6155 RELACE_API_KEY : process . env . RELACE_API_KEY ,
6256 LINKUP_API_KEY : process . env . LINKUP_API_KEY ,
You can’t perform that action at this time.
0 commit comments