Skip to content

Commit 2b47417

Browse files
committed
Fix more CORS options
1 parent 47c85f7 commit 2b47417

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

etc/billingstack/billingstack.conf.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ allowed_rpc_exception_modules = billingstack.exceptions, billingstack.openstack.
2121
# Enabled API Version 1 extensions
2222
# #enabled_extensions_v1 = none
2323

24-
# CORS origin
25-
# allowed_origin = *
24+
# CORS settings
25+
# cors_allowed_origin = *
26+
# cors_max_age = 3600
2627

2728
[service:api]
2829
# Address to bind the API server

0 commit comments

Comments
 (0)