updated numbers to match env.example
This commit is contained in:
parent
892dcb3d74
commit
ae02fc00e8
1 changed files with 5 additions and 5 deletions
|
|
@ -644,19 +644,19 @@ function KnowledgeSourcesPage() {
|
||||||
<div className="text-muted-foreground">
|
<div className="text-muted-foreground">
|
||||||
<div>
|
<div>
|
||||||
<span className="mr-3 text-placeholder-foreground">
|
<span className="mr-3 text-placeholder-foreground">
|
||||||
18
|
27
|
||||||
</span>
|
</span>
|
||||||
<span># Google OAuth</span>
|
<span># Google OAuth</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span className="mr-3 text-placeholder-foreground">
|
<span className="mr-3 text-placeholder-foreground">
|
||||||
19
|
28
|
||||||
</span>
|
</span>
|
||||||
<span># Create credentials here:</span>
|
<span># Create credentials here:</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span className="mr-3 text-placeholder-foreground">
|
<span className="mr-3 text-placeholder-foreground">
|
||||||
20
|
29
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
# https://console.cloud.google.com/apis/credentials
|
# https://console.cloud.google.com/apis/credentials
|
||||||
|
|
@ -664,11 +664,11 @@ function KnowledgeSourcesPage() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span className="mr-3 text-placeholder-foreground">21</span>
|
<span className="mr-3 text-placeholder-foreground">30</span>
|
||||||
<span>GOOGLE_OAUTH_CLIENT_ID=</span>
|
<span>GOOGLE_OAUTH_CLIENT_ID=</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span className="mr-3 text-placeholder-foreground">22</span>
|
<span className="mr-3 text-placeholder-foreground">31</span>
|
||||||
<span>GOOGLE_OAUTH_CLIENT_SECRET=</span>
|
<span>GOOGLE_OAUTH_CLIENT_SECRET=</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue