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
There is no consistent handling of units (I’d say they should be in the names, except for durations, where the Duration/FiniteDuration type should be used instead of integers)
uri vs url vs address + port should be unified (not sure yet which is best)
agglomerates should get their own block rather than use prefix to group
Unclear what is in webKnossos block and what is outside of it
naming: allowX vs xAllowed
allow vs enable
Check which config fields should really be exposed (e.g. does silhouette need that many?)
Move silhouette to application.authentication ?
get rid of features block; instead annotate in wkConf.scala which fields should be exposed.
Problem is that this would require extensive changes for operators in how they overwrite the keys, so we should consider if this is really worth it, and write a good explanation for the migrations guide
The text was updated successfully, but these errors were encountered:
Possible, yes, but not trivial. As discussed in person, I think a complete and concise description in the migration guide will suffice. This is what we did with previous config changes too. If anyone is having trouble, we can probably help them as well.
The application.conf keys are messy.
Problem is that this would require extensive changes for operators in how they overwrite the keys, so we should consider if this is really worth it, and write a good explanation for the migrations guide
The text was updated successfully, but these errors were encountered: