-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up config #5208
Merged
Merged
Clean up config #5208
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youri-k
approved these changes
Apr 27, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I really like the standardization and cleaner duration definitions. Well done 🎉
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cleaning up application.conf and its usages, as well as standalone-datastore.conf and standalone-tracingstore.conf.
Introduced conventions
x.enabled
for feature flags overx.active
xInSeconds
: Int anymore)uri
overurl
except where really not applicablex.cache.details
for cache section of different blocksTODO
Steps to test:
Config key changes
http.address
actor.defaultTimeout
js.defaultTimeout
akka.loggers
application.name
application.branch
application.version
application.title
webKnossos.tabTitle
application.insertInitialData
webKnossos.sampleOrganization.enabled
application.insertLocalConnectDatastore
application.authentication.defaultuser.email
webKnossos.sampleOrganization.user.email
application.authentication.defaultUser.password
webKnossos.sampleOrganization.user.password
application.authentication.defaultUser.token
webKnossos.sampleOrganization.user.token
application.authentication.defaultUser.isSuperUser
webKnossos.sampleOrganization.user.isSuperUser
application.authentication.ssoKey
webKnossos.user.ssoKey
application.authentication.inviteExpiry
webKnossos.user.inviteExpiry
webKnossos.user.time.tracingPauseInSeconds
webKnossos.user.time.tracingPause
seconds
webKnossos.query.maxResults
user.cacheTimeoutInMinutes
webKnossos.cache.user.timeout
minutes
tracingstore.enabled
play.modules.enabled
datastore.enabled
play.modules.enabled
datastore.webKnossos.pingIntervalMinutes
datastore.webKnossos.pingInterval
minutes
braingames.binary.cacheMaxSize
datastore.cache.dataCube.maxEntries
braingames.binary.mappingCacheMaxSize
datastore.cache.mapping.maxEntries
braingames.binary.agglomerateFileCacheMaxSize
datastore.cache.agglomerateFile.maxFileHandleEntries
braingames.binary.agglomerateCacheMaxSize
datastore.cache.agglomerateFile.maxSegmentIdEntries
braingames.binary.agglomerateStandardBlockSize
datastore.cache.agglomerateFile.blockSize
braingames.binary.agglomerateMaxReaderRange
datastore.cache.agglomerateFile.cumsumMaxReaderRange
braingames.binary.loadTimeout
braingames.binary.saveTimeout
braingames.binary.isosurfaceTimeout
datastore.isosurface.timeout
seconds
braingames.binary.isosurfaceActorPoolSize
datastore.isosurface.actorPoolSize
braingames.binary.baseFolder
datastore.baseFolder
braingames.binary.agglomerateSkeletonEdgeLimit
datastore.agglomerateSkeleton.maxEdges
braingames.binary.changeHandler.enabled
datastore.watchFileSystem.enabled
braingames.binary.tickerInterval
datastore.watchFileSystem.interval
minutes
mail.enabled
mail.host
is non-emptyjobs.username
jobs.user
braintracing.active
braintracing.enabled
braintracing.url
braintracing.uri
airbrake.apiKey
airbrake.ssl
airbrake.enabled
airbrake.endpoint
slackNotifications.url
slackNotifications.uri
google.analytics.trackingId
googleAnalytics.trackingId
operatorData
webKnossos.operatorData
Issues:
Before merging: