You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ $GOPATH/bin/sentry
INFO[0000] error loading config:open : no such file or directory
panic: server configuration error: POSTGRES_DB_URL env variable or config key must be set
goroutine 1 [running]:
main.main()
/home/kmadejski/Projects/go/src/sentry/server.go:45 +0x6bc
Though I've exported POSTGRES_DB_URL.
BTW: It would be more clear if requireConfigStrings was not returning, but actually throwing an error, because then it would be visible in stack trace and would be easy to track down. Now it's guessing where the error comes from.
The text was updated successfully, but these errors were encountered:
Though I've exported POSTGRES_DB_URL.
BTW: It would be more clear if
requireConfigStrings
was not returning, but actually throwing an error, because then it would be visible in stack trace and would be easy to track down. Now it's guessing where the error comes from.The text was updated successfully, but these errors were encountered: