1
0
Fork 0
mirror of synced 2024-09-20 11:37:45 +12:00

get project db key by region

This commit is contained in:
shimon 2024-08-05 11:47:27 +03:00
parent 3071a0fba4
commit 3c749153f0

View file

@ -147,6 +147,7 @@ App::post('/v1/projects')
} }
var_dump([ var_dump([
'_APP_DATABASE_SHARED_TABLES' => System::getEnv('_APP_DATABASE_SHARED_TABLES', ''),
'region' => $region, 'region' => $region,
'dsn' => $dsn, 'dsn' => $dsn,
]); ]);