This commit is contained in:
Tommy Parnell
2021-07-08 17:48:13 -04:00
parent 8a96e47542
commit ad7dfac2c7

View File

@@ -26,6 +26,7 @@ return [
],
'production' => [
'url' => getenv('DATABASE_URL'),
'schema' => App::env('DB_SCHEMA'),
'driver' => 'pgsql',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci'