mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
comment anon
This commit is contained in:
@@ -24,7 +24,7 @@ return [
|
||||
* You can allow guests to post comments. They will not be able to use
|
||||
* reactions.
|
||||
*/
|
||||
'allow_anonymous_comments' => false,
|
||||
'allow_anonymous_comments' => true,
|
||||
|
||||
/*
|
||||
* A comment transformer is a class that will transform the comment text
|
||||
@@ -82,7 +82,7 @@ return [
|
||||
* When somebody creates a comment, a notification will be sent to other persons
|
||||
* that commented on the same thing.
|
||||
*/
|
||||
'enabled' => true,
|
||||
'enabled' => false,
|
||||
|
||||
'notifications' => [
|
||||
'pending_comment' => PendingCommentNotification::class,
|
||||
|
||||
@@ -176,7 +176,7 @@ return [
|
||||
*/
|
||||
|
||||
'remote_sites_path' => env('IGNITION_REMOTE_SITES_PATH', '/var/www/html'),
|
||||
'local_sites_path' => env('IGNITION_LOCAL_SITES_PATH', '/home/fsociety/Code/side/einundzwanzig-bitcoin-school'),
|
||||
'local_sites_path' => env('IGNITION_LOCAL_SITES_PATH', '/home/fsociety/Code/side/einundzwanzig-portal'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -11,7 +11,7 @@ return [
|
||||
| Supported: "file", "database"
|
||||
|
|
||||
*/
|
||||
'driver' => 'database',
|
||||
'driver' => env('TRANSLATION_DRIVER', 'file'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user