Skip to content

Commit 66132b8

Browse files
committed
feat: deactivated velorum by default
1 parent 98643e5 commit 66132b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/sagittarius.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rails:
2727
secret_key_base: MVMD6CtQwEWrQ28TdokQakbG2FG5abOn
2828

2929
velorum:
30-
enabled: true
30+
enabled: false
3131
host: 'localhost:50052'
3232
jwt_secret:
3333
jwt_ttl_minutes: 8

lib/sagittarius/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def self.defaults
5353
secret_key_base: 'MVMD6CtQwEWrQ28TdokQakbG2FG5abOn',
5454
},
5555
velorum: {
56-
enabled: true,
56+
enabled: false,
5757
host: 'localhost:50052',
5858
jwt_secret: nil,
5959
jwt_ttl_minutes: 8,

0 commit comments

Comments
 (0)