refactor(ovis): remove redundant runtime assets

This commit is contained in:
tm16-medma
2026-07-16 11:39:56 +02:00
parent 61df1b6749
commit ff754f0bf1
9 changed files with 27 additions and 74 deletions
-18
View File
@@ -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
View File
@@ -1 +0,0 @@
{}