-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from jeremykenedy/admin-tools
Admin tools
- Loading branch information
Showing
54 changed files
with
11,863 additions
and
34,695 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,15 +78,15 @@ EMAIL_EXCEPTION_SUBJECT='' | |
|
||
JWT_SECRET= | ||
|
||
# These ALL below will all be seeded but can be changed through the super admin GUI. | ||
# If they have a value in the database for the field, that field will never seed again. | ||
# This is to protect and not override the users data. | ||
|
||
SENTRY_IO_ENABLED=0 | ||
SENTRY_IO_USER_FEEDBACK_ENABLED=0 | ||
SENTRY_LARAVEL_DSN= | ||
SENTRY_TRACES_SAMPLE_RATE=1.0 | ||
|
||
# These ALL below will all be seeded but can be changed through the super admin GUI. | ||
# If they have a value in the database for the field, that field will never seed again. | ||
# This is to protect and not override the users data. | ||
|
||
SEED_SUPER_ADMIN_USER_ENABLED=true | ||
SEED_SUPER_ADMIN_USER_NAME='Rick Sanchez' | ||
SEED_SUPER_ADMIN_USER_EMAIL='[email protected]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.