mirror of
https://github.com/samply/bridgehead.git
synced 2026-07-17 14:00:09 +02:00
refactor(ovis): remove redundant runtime assets
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
const rootUsername = process.env.OVIS_ROOT_USERNAME || 'ovis-root';
|
||||
const databaseName = process.env.DB || 'onc_test';
|
||||
|
||||
db = db.getSiblingDB(databaseName);
|
||||
db.createCollection('user');
|
||||
db.user.insertMany([
|
||||
{
|
||||
_id: rootUsername,
|
||||
createdAt: new Date(),
|
||||
createdBy: 'system',
|
||||
role: 'super-admin',
|
||||
status: 'active',
|
||||
pseudonymization: false,
|
||||
darkMode: false,
|
||||
colorTheme: 'CCCMunich',
|
||||
language: 'en'
|
||||
}
|
||||
]);
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user