Skip to content

Commit

Permalink
draft: improved operation state mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
aruokhai committed Oct 19, 2024
1 parent fd3aa11 commit a8b4812
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ db:
synchronize: false
app:
port: <port>
schedulerInterval: <cron interval>
verbose: <boolean>
debug: <boolean>
network: <network>
Expand Down
2 changes: 0 additions & 2 deletions src/configuration.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ import {
IsUrl,
Max,
Min,
Validate,
ValidateIf,
ValidateNested,
} from 'class-validator';
import { Type } from 'class-transformer';
import { BitcoinNetwork, ProviderType } from '@/common/enum';


class DbConfig {
@IsNotEmpty()
@IsString()
Expand Down

0 comments on commit a8b4812

Please sign in to comment.