Skip to content
Snippets Groups Projects
Unverified Commit 75d02f0b authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

set backup to false

parent 2c46f0c3
No related branches found
No related tags found
1 merge request!77fix: notify other party about deleting connection
Pipeline #70666 waiting for manual action with stages
in 18 minutes and 14 seconds
# OCM ENGINE - AGENT
# OCM ENGINE - AGENT
Agent service is a wrapper around @ocm-engine/askar library.
......
......@@ -53,6 +53,7 @@ export class AskarService implements OnModuleInit, OnModuleDestroy {
label: this.agentConfig.agentName,
logger: new ConsoleLogger(this.agentConfig.logLevel),
autoUpdateStorageOnStartup: true,
backupBeforeStorageUpdate: false,
walletConfig: {
storage: {
type: "postgres",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment