docs(backend): Beschrijving default values
This commit is contained in:
		
							parent
							
								
									96c4caa979
								
							
						
					
					
						commit
						3196de63f3
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ | ||||||
| #DWENGO_LEARNING_CONTENT_REPO_API_BASE_URL=https://dwengo.org/backend/api | #DWENGO_LEARNING_CONTENT_REPO_API_BASE_URL=https://dwengo.org/backend/api | ||||||
| # The default fallback language. | # The default fallback language. | ||||||
| #DWENGO_FALLBACK_LANGUAGE=nl | #DWENGO_FALLBACK_LANGUAGE=nl | ||||||
| # Whether running in production mode or not. Possible values are "prod" or "dev". | # Whether running in production mode or not. Possible values are "prod", "staging", "test" or "dev". | ||||||
| #DWENGO_RUN_MODE=dev | #DWENGO_RUN_MODE=dev | ||||||
| 
 | 
 | ||||||
| # ! Change this! The hostname or IP address of the database | # ! Change this! The hostname or IP address of the database | ||||||
|  | @ -71,5 +71,7 @@ DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://hostname/realms/teacher/protocol/openid | ||||||
| # If running your stack in docker, this should use the docker service name. | # If running your stack in docker, this should use the docker service name. | ||||||
| #DWENGO_CACHE_HOST=localhost | #DWENGO_CACHE_HOST=localhost | ||||||
| #DWENGO_CACHE_PORT=11211 | #DWENGO_CACHE_PORT=11211 | ||||||
|  | # The time-to-live (TTL) for cached items in seconds. | ||||||
| #DWENGO_CACHE_TTL=3600 | #DWENGO_CACHE_TTL=3600 | ||||||
|  | # If your cache server benefits from a prefix, you can set it here. | ||||||
| #DWENGO_CACHE_KEY_PREFIX=dwengo | #DWENGO_CACHE_KEY_PREFIX=dwengo | ||||||
|  |  | ||||||
		Reference in a new issue