Skip to content

Commit

Permalink
env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaki-1052 committed Apr 1, 2024
1 parent 4cf46ef commit a5b393f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
}
],
"env": {
"OPENAI_API_KEY": "@openai_api_key",
"USER_USERNAME": "@user_username",
"USER_PASSWORD": "@user_password",
"GOOGLE_API_KEY": "@google_api_key",
"MISTRAL_API_KEY": "@mistral_api_key",
"CLAUDE_API_KEY": "@claude_api_key",
"OPENAI_API_KEY": "",
"USER_USERNAME": "",
"USER_PASSWORD": "",
"GOOGLE_API_KEY": "",
"MISTRAL_API_KEY": "",
"CLAUDE_API_KEY": "",
"PORT_SERVER": "3000",
"HOST_SERVER": "0.0.0.0",
"PORT_CLIENT": "3000",
"HOST_CLIENT": "localhost"
},
"build": {
"env": {
"ASSISTANT_ID": "@assistant_id",
"THREAD_ID": "@thread_id"
"ASSISTANT_ID": "",
"THREAD_ID": ""
}
}
}
Expand Down

0 comments on commit a5b393f

Please sign in to comment.