Create test model
[sdc.git] / integration-tests / integration-tests-init / chef-repo / cookbooks / sdc-integration-tests-setup / attributes / default.rb
1 #BasicAuth
2 default['basic_auth']['enabled'] = true
3 default['basic_auth'][:user_name] = "testName"
4 default['basic_auth'][:user_pass] = "testPass"
5