Skip to content

Commit

Permalink
Merge pull request #15 from keboola/piv-fix-aws-us-prefix
Browse files Browse the repository at this point in the history
Fix aws us stack db prefix
  • Loading branch information
pivnicek authored Aug 22, 2024
2 parents 8862504 + 9e69aba commit 5fe6070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Config extends BaseConfig
private const STACK_DATABASES = [
'connection.keboola.com' => [
'db_replica_prefix' => 'AWSUS',
'db_prefix' => 'SAPI',
'db_prefix' => 'sapi',
'account' => 'KEBOOLA',
'region' => 'AWS_US_WEST_2',
],
Expand Down

0 comments on commit 5fe6070

Please sign in to comment.