Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
docs(): update readme
Browse files Browse the repository at this point in the history
Signed-off-by: reslene <reslene@numary.com>
  • Loading branch information
reslene committed Nov 28, 2022
1 parent 4dcf413 commit 6aa99a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ REDIRECT_URI=http://localhost:3000
OTEL_TRACES=0
OTEL_TRACES_EXPORTER=zipkin
OTEL_TRACES_EXPORTER_ZIPKIN_ENDPOINT=http://localhost:9411/api/v2/spans
UNSECURE_COOKIES=1
```

```sh
Expand All @@ -46,5 +47,5 @@ Then run the app in production mode:

```sh
# /!\ .env is not sourced by remix
API_URL=http://localhost/api CLIENT_ID=control CLIENT_SECRET=mysupersecret ENCRYPTION_KEY=mysuperencryptionkey ENCRYPTION_IV=6f0c77c78a624022 REDIRECT_URI=http://localhost:3000 OTEL_TRACES=1 OTEL_TRACES_EXPORTER=otlp OTEL_TRACES_EXPORTER_OTLP_ENDPOINT=localhost:4317 remix-serve build
API_URL=http://localhost/api CLIENT_ID=control CLIENT_SECRET=mysupersecret ENCRYPTION_KEY=mysuperencryptionkey ENCRYPTION_IV=6f0c77c78a624022 REDIRECT_URI=http://localhost:3000 UNSECURE_COOKIES=0 OTEL_TRACES=1 OTEL_TRACES_EXPORTER=otlp OTEL_TRACES_EXPORTER_OTLP_ENDPOINT=localhost:4317 remix-serve build
```

0 comments on commit 6aa99a0

Please sign in to comment.