File tree 13 files changed +17
-17
lines changed
pub-sub-message-encryption
13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ cd /examples/chat-room-messages/react/
57
57
mv .env.example .env.local
58
58
```
59
59
60
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
60
+ 4 . In ` .env.local ` update the value of ` NEXT_PUBLIC_ABLY_KEY ` to be your Ably API key.
61
61
62
62
5 . Install dependencies:
63
63
@@ -93,7 +93,7 @@ cd /examples/chat-room-messages/javascript/
93
93
mv .env.example .env.local
94
94
```
95
95
96
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
96
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
97
97
98
98
5 . Install dependencies:
99
99
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd /examples/pub-sub-channel-messages/javascript/
22
22
mv .env.example .env.local
23
23
```
24
24
25
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
25
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
26
26
27
27
5 . Install dependencies:
28
28
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ cd /examples/pub-sub-channel-messages/react/
57
57
mv .env.example .env.local
58
58
```
59
59
60
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
60
+ 4 . In ` .env.local ` update the value of ` NEXT_PUBLIC_ABLY_KEY ` to be your Ably API key.
61
61
62
62
5 . Install dependencies:
63
63
@@ -93,7 +93,7 @@ cd /examples/pub-sub-channel-messages/javascript/
93
93
mv .env.example .env.local
94
94
```
95
95
96
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
96
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
97
97
98
98
5 . Install dependencies:
99
99
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd /examples/pub-sub-channel-messages/react/
22
22
mv .env.example .env.local
23
23
```
24
24
25
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
25
+ 4 . In ` .env.local ` update the value of ` NEXT_PUBLIC_ABLY_KEY ` to be your Ably API key.
26
26
27
27
5 . Install dependencies:
28
28
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ cd /examples/pub-sub-connection-state/javascript/
86
86
mv .env.example .env.local
87
87
```
88
88
89
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
89
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
90
90
91
91
5 . Install dependencies:
92
92
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ cd /examples/pub-sub-history/react/
57
57
mv .env.example .env.local
58
58
```
59
59
60
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
60
+ 4 . In ` .env.local ` update the value of ` NEXT_PUBLIC_ABLY_KEY ` to be your Ably API key.
61
61
62
62
5 . Install dependencies:
63
63
@@ -93,7 +93,7 @@ cd /examples/pub-sub-history/javascript/
93
93
mv .env.example .env.local
94
94
```
95
95
96
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
96
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
97
97
98
98
5 . Install dependencies:
99
99
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd /examples/pub-sub-message-encryption/javascript/
22
22
mv .env.example .env.local
23
23
```
24
24
25
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
25
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
26
26
27
27
5 . Install dependencies:
28
28
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ cd /examples/pub-sub-message-encryption/javascript/
93
93
mv .env.example .env.local
94
94
```
95
95
96
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
96
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
97
97
98
98
5 . Install dependencies:
99
99
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ cd /examples/pub-sub-presence/react/
58
58
mv .env.example .env.local
59
59
```
60
60
61
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
61
+ 4 . In ` .env.local ` update the value of ` NEXT_PUBLIC_ABLY_KEY ` to be your Ably API key.
62
62
63
63
5 . Install dependencies:
64
64
@@ -94,7 +94,7 @@ cd /examples/pub-sub-presence/javascript/
94
94
mv .env.example .env.local
95
95
```
96
96
97
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
97
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
98
98
99
99
5 . Install dependencies:
100
100
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ cd /examples/spaces-avatar-stack/javascript/
94
94
mv .env.example .env.local
95
95
```
96
96
97
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
97
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
98
98
99
99
5 . Install depdencies:
100
100
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ cd /examples/spaces-component-locking/javascript/
99
99
mv .env.example .env.local
100
100
```
101
101
102
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
102
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
103
103
104
104
5 . Install depdencies:
105
105
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ cd /examples/spaces-live-cursors/javascript/
95
95
mv .env.example .env.local
96
96
```
97
97
98
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
98
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
99
99
100
100
5 . Install depdencies:
101
101
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ cd /examples/spaces-member-location/javascript/
94
94
mv .env.example .env.local
95
95
```
96
96
97
- 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_API_KEY ` to be your Ably API key.
97
+ 4 . In ` .env.local ` update the value of ` VITE_PUBLIC_ABLY_KEY ` to be your Ably API key.
98
98
99
99
5 . Install depdencies:
100
100
You can’t perform that action at this time.
0 commit comments