Rename app branding from IMVS to CoreCore
This commit is contained in:
@@ -122,7 +122,7 @@ final class EnvValidatorTest extends TestCase
|
||||
$storagePath = sys_get_temp_dir();
|
||||
|
||||
return array_merge([
|
||||
'APP_NAME' => 'IMVS',
|
||||
'APP_NAME' => 'CoreCore',
|
||||
'APP_ENV' => 'dev',
|
||||
'APP_DEBUG' => 'true',
|
||||
'APP_TIMEZONE' => 'Europe/Berlin',
|
||||
@@ -132,13 +132,13 @@ final class EnvValidatorTest extends TestCase
|
||||
'APP_I18N_DOMAIN' => 'default',
|
||||
'APP_URL' => 'http://localhost:8080',
|
||||
'APP_CRYPTO_KEY' => '',
|
||||
'SESSION_NAME' => 'IMVS',
|
||||
'SESSION_NAME' => 'CoreCore',
|
||||
'TENANT_SCOPE_STRICT' => 'true',
|
||||
'DB_HOST' => 'db',
|
||||
'DB_PORT' => '3306',
|
||||
'DB_NAME' => 'imvs',
|
||||
'DB_USER' => 'imvs',
|
||||
'DB_PASS' => 'imvs',
|
||||
'DB_NAME' => 'corecore',
|
||||
'DB_USER' => 'corecore',
|
||||
'DB_PASS' => 'corecore',
|
||||
'CACHE_SERVERS' => 'memcached:11211',
|
||||
'FIREWALL_CONCURRENCY' => '10',
|
||||
'FIREWALL_SPINLOCK_SECONDS' => '0.15',
|
||||
|
||||
Reference in New Issue
Block a user