Opened 4 years ago
Last modified 4 years ago
#2327 closed defect
doc - use ${variable} for string place holder — at Version 2
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | doc | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu, Peter Baumann | |
Complexity: | Medium |
Description (last modified by )
Rasdaman doc should use one format for variable. The selected format is ${variable}, e.g:
http(s)://<endpoint url>
should be
http(s)://{endpoint-url} (default: http://localhost:8080/rasdaman/ows)
Change History (2)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Just use http://localhost:8080/rasdaman/ows instead of http(s):${endpoint url}