Skip to content

Commit

Permalink
fix typo in docs apphost->appspot
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvk committed Nov 15, 2024
1 parent d64840b commit c28d829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/remarkable/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Steps:
```
TLS_KEY=proxy.key
TLS_CERT=proxy.crt
STORAGE_URL=https://local.apphost.com
STORAGE_URL=https://local.appspot.com
```
- modify `/etc/hosts` but use the rmfakecloud's ip instead of 127.0.0.1
Expand Down
3 changes: 2 additions & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Environment Variables:
General:
%s Secret for signing JWT tokens
%s Url the tablet can resolve (default: https://local.apphost.com)
%s Url the tablet can resolve (default: %s)
needs to be set to the hostname or proxy if behind a proxy
especially if you want other tools to work (eg rmapi)
Expand Down Expand Up @@ -249,6 +249,7 @@ myScript hwr (needs a developer account):
`,
envJWTSecretKey,
EnvStorageURL,
DefaultHost,
EnvLogLevel,
EnvLogFormat,
envPort,
Expand Down

0 comments on commit c28d829

Please sign in to comment.