Commit 6542284 1 parent 15dbc13 commit 6542284 Copy full SHA for 6542284
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 50
50
"CGIMAP_MAP_NODES" => node [ :web ] [ :max_number_of_nodes ] ,
51
51
"CGIMAP_MAX_WAY_NODES" => node [ :web ] [ :max_number_of_way_nodes ] ,
52
52
"CGIMAP_MAX_RELATION_MEMBERS" => node [ :web ] [ :max_number_of_relation_members ] ,
53
- "CGIMAP_RATELIMIT_UPLOAD" => "true"
53
+ "CGIMAP_RATELIMIT_UPLOAD" => "true" ,
54
+ "CGIMAP_OAUTH_10_SUPPORT" => "false" ,
55
+ "CGIMAP_BASIC_AUTH_SUPPORT" => "false"
54
56
}
55
57
56
58
if %w[ database_readonly api_readonly ] . include? ( node [ :web ] [ :status ] )
Original file line number Diff line number Diff line change 364
364
"max_number_of_way_nodes" => node [ :web ] [ :max_number_of_way_nodes ] ,
365
365
"max_number_of_relation_members" => node [ :web ] [ :max_number_of_relation_members ] ,
366
366
"oauth_10_support" => false ,
367
- "oauth_10_registration" => false
367
+ "oauth_10_registration" => false ,
368
+ "oauth_10a_support" => false ,
369
+ "basic_auth_support" => false
368
370
)
369
371
370
372
if new_resource . memcache_servers
You can’t perform that action at this time.
0 commit comments