We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1490f90 commit 4fca5c8Copy full SHA for 4fca5c8
2 files changed
client-react/.env
@@ -1 +1 @@
1
-REACT_APP_CHAT_ENGINE_PROJECT_ID=5d498a31-cd23-42b7-b367-4fcc9463bd2f
+REACT_APP_CHAT_ENGINE_PROJECT_ID=794653df-052a-4ad2-b0aa-d6c251a10aef
client-react/src/chatsPage.js
@@ -4,7 +4,7 @@ const ChatsPage = (props) => {
4
return (
5
<div style={{ height: "100vh", width: "100vw" }}>
6
<PrettyChatWindow
7
- projectId="5d498a31-cd23-42b7-b367-4fcc9463bd2f"
+ projectId={process.env.REACT_APP_CHAT_ENGINE_PROJECT_ID}
8
username={props.user.username} // adam
9
secret={props.user.secret} // pass1234
10
style={{ height: "100%" }}
0 commit comments