Skip to content

Commit

Permalink
chore: Added Sentry to Env (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoasterFreakDE authored Apr 24, 2024
1 parent 9cf19d2 commit e3452c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
DATABASE_URL=jdbc:mysql://localhost:3306/your_database
DATABASE_DRIVER=com.mysql.cj.jdbc.Driver
DATABASE_USER=your_user
DATABASE_PASSWORD=your_password
DATABASE_PASSWORD=your_password

SENTRY_AUTH_TOKEN=your_sentry_auth_token
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ bin/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store

.env

0 comments on commit e3452c9

Please sign in to comment.