tw
continuous-integration/drone/push Build is passing Details

adminDb
remrem 3 years ago
parent 9c2727cdc4
commit eca68d82fd

@ -9,12 +9,10 @@ class AccountsToPostgres {
*/ */
// Production // Production
final connection = PostgreSQLConnection( final connection = PostgreSQLConnection(Platform.environment["DB_SERVER"]!,
Platform.environment["CODEFIRST_CLIENTDRONE_ENV_DB_SERVER"]!, 5432, Platform.environment["DB_DATABASE"]!,
5432, username: Platform.environment["DB_USER"],
Platform.environment["CODEFIRST_CLIENTDRONE_ENV_DB_DATABASE"]!, password: Platform.environment["DB_PASSWORD"]);
username: Platform.environment["CODEFIRST_CLIENTDRONE_ENV_DB_USER"],
password: Platform.environment["CODEFIRST_CLIENTDRONE_ENV_DB_PASSWORD"]);
AccountsToPostgres() { AccountsToPostgres() {
initConnection(); initConnection();

Loading…
Cancel
Save