Improve seed defaults for tenant, departments, user role and generic DB names
This commit is contained in:
@@ -14,10 +14,10 @@ TENANT_SCOPE_STRICT=true
|
||||
|
||||
DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_NAME=corecore
|
||||
DB_USER=corecore
|
||||
DB_PASS=corecore
|
||||
DB_ROOT_PASSWORD=corecore_root
|
||||
DB_NAME=db
|
||||
DB_USER=user
|
||||
DB_PASS=user
|
||||
DB_ROOT_PASSWORD=root
|
||||
|
||||
CACHE_SERVERS=memcached:11211
|
||||
|
||||
|
||||
Reference in New Issue
Block a user