You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it really useful to have defaults for database URLs? It's hard to imagine these existing for any reason other than to be overwritten, especially when we bizarrely have both localhost and redis_cache in the Redis defaults:
The non-localhost hostnames look like they were set to match kobo-docker service names. If kobo-docker really depends on the default values, which I doubt, then let kobo-docker handle setting the environment variables appropriately.
Removing the defaults would make it efficient to tell when the databases are not accessible, but that wouldn't differentiate between configuration errors and "non-runtime" mode.
localhost
andredis_cache
in the Redis defaults:Originally posted by @jnm in #3820 (comment)
The text was updated successfully, but these errors were encountered: