Skip to content

Commit

Permalink
Merge pull request #28 from netlogix/bugfix/dsn-per-env
Browse files Browse the repository at this point in the history
BUGFIX: Add default DSN from env var
  • Loading branch information
paxuclus authored Jun 22, 2023
2 parents 9430c4b + 03b42b3 commit bde9c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Settings.Dsn.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Netlogix:
Sentry:
dsn: ''
dsn: '%env:SENTRY_DSN%'

0 comments on commit bde9c39

Please sign in to comment.