Skip to content

Commit

Permalink
Revert old changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngetahun committed Mar 5, 2024
1 parent 135c38f commit f4f0ed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
8 changes: 1 addition & 7 deletions lib/rmt/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ def db_config(key = 'database')
'adapter' => Settings[key].adapter || 'mysql2',
'encoding' => Settings[key].encoding || 'utf8',
'timeout' => Settings[key].timeout || 5000,
'pool' => Settings[key].pool || 5,
'sslverify' => Settings[key].sslverify || false,
'sslkey' => Settings[key].sslkey || '',
'sslcert' => Settings[key].sslcert || '',
'sslca' => Settings[key].sslca || '',
'sslcapath' => Settings[key].sslcapath || '',
'sslcipher' => Settings[key].sslcipher || ''
'pool' => Settings[key].pool || 5
}
end

Expand Down
8 changes: 0 additions & 8 deletions package/obs/rmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ database:
encoding: utf8
timeout: 5000
pool: 5
# set sslverify to true to use tls over ssl mysql connection
sslverify: false
sslkey: /some/path
sslcert: /some/path
sslca: /some/path
sslcapath: /some/path
sslcipher: /some/path


scc:
username:
Expand Down

0 comments on commit f4f0ed5

Please sign in to comment.