Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THQ_WS_AUTH_TOKEN=change-me
THQ_WS_AUTH_REQUIRED=true
THQ_OBSERVER_AUTH_TOKEN=change-me-observer
THQ_EVENTS_AUTH_TOKEN=change-me-events
THQ_TELEMETRY_AUTH_TOKEN=change-me-telemetry
POSTGRES_PASSWORD=change-me
GF_SECURITY_ADMIN_PASSWORD=change-me
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
thiserror = "1"
futures = "0.3"
sqlx = { version = "0.7", default-features = false, features = ["runtime-tokio-rustls", "postgres", "chrono", "macros"] }
sqlx = { version = "0.7", default-features = false, features = ["runtime-tokio-rustls", "postgres", "chrono", "macros", "json"] }
async-graphql = { version = "6", features = ["chrono"] }
async-graphql-axum = "6"
chrono = { version = "0.4", features = ["serde"] }
Expand Down
Loading