Skip to content

Commit

Permalink
minor documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 14, 2024
1 parent 648ddd4 commit 782f19d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ class { 'artifactory':
class { 'artifactory':
binary_provider_type => 'filesystem',
binary_provider_cache_dir => '/var/opt/jfrog/artifactory/',
binary_provider_cache_maxsize => $binary_provider_cache_maxsize,
binary_provider_cache_maxsize => 536870912000,
binary_provider_filesystem_dir => '/var/opt/jfrog/artifactory/data/filestore',
db_type => 'oracle',
db_url => 'jdbc:oracle:thin:@somedomain.com:1521:arti001',
db_url => 'jdbc:oracle:thin:@example.com:1521:dbname',
db_username => 'my_username',
db_password => 'efw23gn2j3',
db_password => 'pa$$w0rd',
jdbc_driver_url => 'puppet:///modules/my_module/mysql.jar',
package_version => '7.90.7',
pool_max_active => 100,
Expand Down

0 comments on commit 782f19d

Please sign in to comment.