feat(backend): Added skeleton for a database learning object/path provider.
This commit is contained in:
		
							parent
							
								
									cc6947dd3c
								
							
						
					
					
						commit
						2d9f17484c
					
				
					 5 changed files with 103 additions and 6 deletions
				
			
		|  | @ -13,6 +13,7 @@ export const EnvVars: { [key: string]: EnvVar } = { | |||
|     DbUpdate: { key: DB_PREFIX + 'UPDATE', defaultValue: false }, | ||||
|     LearningContentRepoApiBaseUrl: { key: PREFIX + "LEARNING_CONTENT_REPO_API_BASE_URL", defaultValue: "https://dwengo.org/backend/api"}, | ||||
|     FallbackLanguage: { key: PREFIX + "FALLBACK_LANGUAGE", defaultValue: "nl" }, | ||||
|     UserContentPrefix: { key: DB_PREFIX + 'USER_CONTENT_PREFIX', defaultValue: "u_" }, | ||||
| } as const; | ||||
| 
 | ||||
| /** | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger