Skip to content

Commit

Permalink
kamansoft#18 Publish system_user_id to public config
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoandras committed Nov 19, 2024
1 parent 2f3f673 commit d819de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/blame.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// config for Kamansoft/LaravelBlame
return [
'system_user_id' => env('BLAME_SYSTEM_USER_ID'),
'system_user_name' => env('BLAME_SYSTEM_USER_NAME', 'system'),
'system_user_email' => env('BLAME_SYSTEM_USER_EMAIL', 'system'.'@'.explode('/', config('app.url'))[2]),
'created_by_field_name' => 'created_by',
Expand Down
2 changes: 1 addition & 1 deletion config/private_blame.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//non publishable config files
return [
'system_user_id' => env('BLAME_SYSTEM_USER_ID'), //do not modify this line
//'system_user_id' => env('BLAME_SYSTEM_USER_ID'), //do not modify this line
'migration_name_prefix' => 'add_blaming_fields_to_',
'migration_name_suffix' => '_table',

Expand Down

0 comments on commit d819de6

Please sign in to comment.