feat: more complete metadata diff, scp publishing and rendering context
This commit is contained in:
@@ -9,8 +9,7 @@ config :bds, BDS.Repo,
|
||||
stacktrace: true,
|
||||
show_sensitive_data_on_connection_error: true
|
||||
|
||||
config :bds, BDS.Application,
|
||||
desktop_adapter: :pending_selection
|
||||
config :bds, BDS.Application, desktop_adapter: :pending_selection
|
||||
|
||||
config :bds, :scripting,
|
||||
runtime: BDS.Scripting.Lua,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import Config
|
||||
|
||||
config :bds, BDS.Repo,
|
||||
pool_size: 5
|
||||
config :bds, BDS.Repo, pool_size: 5
|
||||
|
||||
Reference in New Issue
Block a user