Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Oct 4, 2024
1 parent ba30bed commit 42a7a50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ should be consulted.
"lastName": "Einstein",
"score": 2.1
},
"creationDate": "2024-10-01T13: 43: 07.415701670Z",
"creationDate": "2024-10-04T13: 30: 43.533463284Z",
"keywords": [
"data",
"science"
Expand Down Expand Up @@ -262,6 +262,9 @@ RS_JWT_OPENID_CONFIG_PATH=.well-known/openid-configuration
RS_LOG_LEVEL=2
RS_SEARCH_HTTP_SERVER_BIND_ADDRESS=0.0.0.0
RS_SEARCH_HTTP_SERVER_PORT=8080
RS_SENTRY_DSN=
RS_SENTRY_ENABLED=false
RS_SENTRY_ENV=
RS_SOLR_CORE=search-core-test
RS_SOLR_LOG_MESSAGE_BODIES=false
RS_SOLR_PASS=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@

package io.renku.search.sentry

import munit.*
import scala.jdk.CollectionConverters.*

import munit.*

class SentryConfigSpec extends FunSuite:
val dsn: SentryDsn = SentryDsn.unsafeFromString("some-dsn")

Expand Down

0 comments on commit 42a7a50

Please sign in to comment.