Skip to content

Commit

Permalink
fix aws us db prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Dec 12, 2024
1 parent f626082 commit d77fb66
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 d77fb66

Please sign in to comment.