Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ocm-engine
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
svdh
ocm-engine
Commits
75d02f0b
Unverified
Commit
75d02f0b
authored
1 year ago
by
Zdravko Iliev
Browse files
Options
Downloads
Patches
Plain Diff
set backup to false
parent
2c46f0c3
No related branches found
No related tags found
1 merge request
!77
fix: notify other party about deleting connection
Pipeline
#70666
waiting for manual action with stages
in 18 minutes and 14 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/agent/README.md
+1
-1
1 addition, 1 deletion
apps/agent/README.md
libs/askar/src/askar/askar.service.ts
+1
-0
1 addition, 0 deletions
libs/askar/src/askar/askar.service.ts
with
2 additions
and
1 deletion
apps/agent/README.md
+
1
−
1
View file @
75d02f0b
# OCM ENGINE - AGENT
# OCM ENGINE - AGENT
Agent service is a wrapper around @ocm-engine/askar library.
...
...
This diff is collapsed.
Click to expand it.
libs/askar/src/askar/askar.service.ts
+
1
−
0
View file @
75d02f0b
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment