Skip to content

Commit

Permalink
Merge pull request #8417 from pedrobmarin/backend-cleanup
Browse files Browse the repository at this point in the history
Backend cleanup
  • Loading branch information
antobinary committed Aug 28, 2020
2 parents 65d7e6c + 13060ae commit 14f4640
Show file tree
Hide file tree
Showing 48 changed files with 10 additions and 3,369 deletions.
Empty file.
2,420 changes: 0 additions & 2,420 deletions akka-bbb-apps/src/main/java/name/fraser/neil/plaintext/diff_match_patch.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ trait SystemConfiguration {
lazy val toAkkaAppsJsonChannel = Try(config.getString("eventBus.toAkkaAppsChannel")).getOrElse("to-akka-apps-json-channel")
lazy val fromAkkaAppsJsonChannel = Try(config.getString("eventBus.fromAkkaAppsChannel")).getOrElse("from-akka-apps-json-channel")

lazy val maxNumberOfNotes = Try(config.getInt("sharedNotes.maxNumberOfNotes")).getOrElse(3)
lazy val maxNumberOfUndos = Try(config.getInt("sharedNotes.maxNumberOfUndos")).getOrElse(30)

lazy val applyPermissionCheck = Try(config.getBoolean("apps.checkPermissions")).getOrElse(false)

lazy val voiceConfRecordPath = Try(config.getString("voiceConf.recordPath")).getOrElse("/var/freeswitch/meetings")
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 14f4640

Please sign in to comment.