mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat: boost academic terms dynamically
This commit is contained in:
committed by
Rainer Killinger
parent
afd324fc6a
commit
13938ecf21
@@ -1,3 +1,5 @@
|
||||
// tslint:disable:no-default-export
|
||||
// tslint:disable:no-magic-numbers
|
||||
import {ElasticsearchConfigFile} from '../src/storage/elasticsearch/common';
|
||||
|
||||
/**
|
||||
@@ -8,8 +10,8 @@ import {ElasticsearchConfigFile} from '../src/storage/elasticsearch/common';
|
||||
* To select your university specific configuration which is merged from this default file and your university specific
|
||||
* file, you have to supply the `NODE_APP_INSTANCE` environment variable with your license plate
|
||||
*
|
||||
* To select a differen database you have to supply the `NODE_CONFIG_ENV` environment variable with a database name that
|
||||
* is implemented in the backend
|
||||
* To select a different database you have to supply the `NODE_CONFIG_ENV` environment variable with a database name
|
||||
* that is implemented in the backend
|
||||
*
|
||||
* To get more information about the meaning of specific fields please use your IDE to read the TSDoc documentation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user