Skip to content

Commit

Permalink
refactor: Small config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Sep 15, 2024
1 parent ebeee82 commit 57ccfa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@
'unsafeFallback' => false,
'script-src' => [
"'self'",
'https://analytics.star-citizen.wiki'
'https://analytics.octofox.de'
],
'default-src' => [
"'self'",
'https://analytics.star-citizen.wiki'
'https://analytics.octofox.de'
],
'style-src' => [ "'self'" ],
'object-src' => [ "'none'" ],
Expand Down
2 changes: 1 addition & 1 deletion config/extensions/config/apiunto.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$wgApiuntoUrl = 'https://api.star-citizen.wiki';
$wgApiuntoTimeout = 30;
$wgApiuntoTimeout = 60;
$wgApiuntoKey = getenv( 'EXT_APIUNTO_KEY' );
$wgApiuntoVersion = 'v1';
1 change: 1 addition & 0 deletions config/extensions/config/aws.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
$wgAWSRepoDeletedHashLevels = '3';

$wgFileBackends['s3']['endpoint'] = getenv( 'EXT_AWS_ENDPOINT' );
$wgFileBackends['s3']['use_path_style_endpoint'] = true;
$wgAWSRegion = getenv( 'EXT_AWS_REGION' );

0 comments on commit 57ccfa1

Please sign in to comment.