mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
refactor: move backend to monorepo
This commit is contained in:
11
backend/config/default-b-tu.ts
Normal file
11
backend/config/default-b-tu.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// tslint:disable:no-default-export
|
||||
// tslint:disable:no-magic-numbers
|
||||
import {SCConfigFile} from '@openstapps/core';
|
||||
import {RecursivePartial} from '@openstapps/logger/lib/common';
|
||||
|
||||
/**
|
||||
* This is the default configuration for the technical university of Berlin
|
||||
*/
|
||||
const config: RecursivePartial<SCConfigFile> = {};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user