Skip to content

Commit a8c3627

Browse files
Remove credentials config (#84)
1 parent fa82a2c commit a8c3627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/tidewave/configuration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
module Tidewave
44
class Configuration
5-
attr_accessor :logger, :allow_remote_access, :preferred_orm, :credentials, :client_url, :team
5+
attr_accessor :logger, :allow_remote_access, :preferred_orm, :dev, :client_url, :team
66

77
def initialize
88
@logger = nil
99
@allow_remote_access = true
1010
@preferred_orm = :active_record
11-
@credentials = {}
11+
@dev = false
1212
@client_url = "https://tidewave.ai"
1313
@team = {}
1414
end

0 commit comments

Comments
 (0)