diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-09-27 20:39:47 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-27 20:39:47 +0000 |
| commit | 1d559a116a51140a4f13450fbed896b1929de5c0 (patch) | |
| tree | ff789b3f618e92298b92d4b09645ad817da65396 | |
| parent | c1b842bf8b439dd01da4c86b5a24fe198ac73bab (diff) | |
Sentry guide on readme
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,7 @@ Configuration to set up before starting: 1. Create a PostgreSQL database. 2. Generate a good secret string for JWT. +3. [ Optional ] Create a Sentry project Variables with values as example: @@ -19,6 +20,7 @@ SAVE_FILE_BASE_PATH="./uploads" UPLOADS_ENDPOINT="/uploads" RUST_LOG=verden=debug,tower_http=debug ALLOWED_HOST=localhost:3000 +SENTRY_DSN=.... # Optional ``` # Deploy @@ -52,6 +54,7 @@ but, if you define the environment variabile, it will use the one you defined on dokku config:set verden-api UPLOADS_ENDPOINT=/uploads dokku config:set verden-api RUST_LOG=verden=debug,tower_http=debug dokku config:set verdena-pi ALLOWED_HOST=0.0.0.0:9090 + dokku config:set verdena-pi SENTRY_DSN=https://example@example.ingest.sentry.io/42 ``` 5. Fix ports for HTTP ``` |
