You've already forked Php-Template
tests
This commit is contained in:
@@ -23,9 +23,10 @@ return [
|
||||
'password' => Env::get('DB_PASSWORD', 'password'),
|
||||
],
|
||||
|
||||
|
||||
'cors' => [
|
||||
'allowed_origins' => Env::get('CORS_ALLOWED_ORIGINS', 'http://localhost:3000'),
|
||||
'allowed_origins' => Env::get('CORS_ALLOWED_ORIGINS', 'localhost:3000'),
|
||||
'allow_credentials' => Env::get('CORS_ALLOW_CREDENTIALS', true, 'bool'),
|
||||
'max_age' => Env::get('CORS_MAX_AGE', 3600, 'int'),
|
||||
'max_age' => Env::get('CORS_MAX_AGE', ''),
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user