File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 2244
2244
"HostAndPortWithTCP" : {
2245
2245
"description" : " Host and port with tcp:// prefix" ,
2246
2246
"type" : " string" ,
2247
- "pattern" : " ^(tcp://[0-9a-zA-Z_.-]+|): [0-9]{1,5}$" ,
2247
+ "pattern" : " ^((( tcp://[0-9a-zA-Z_.-]+|)| \\ $ \\ {([^}]+) \\ }):( [0-9]{1,5}|| \\ $ \\ {([^}]+) \\ }))| \\ $ \\ {([^}]+) \\ }$" ,
2248
2248
"examples" : [
2249
- " tcp://127.0.0.1:443"
2249
+ " tcp://127.0.0.1:443" ,
2250
+ " ${TCP:-tcp://127.0.0.1:443}" ,
2251
+ " tcp://127.0.0.1:${TCP_PORT}"
2250
2252
]
2251
2253
},
2252
2254
"HostAndPort" : {
2253
2255
"description" : " Host and port" ,
2254
2256
"type" : " string" ,
2255
- "pattern" : " ^([0-9a-zA-Z_.-]+|): [0-9]{1,5}$" ,
2257
+ "pattern" : " ^((( [0-9a-zA-Z_.-]+|)| \\ $ \\ {([^}]+) \\ }):( [0-9]{1,5})| \\ $ \\ {([^}]+) \\ })| \\ $ \\ {([^}]+) \\ }$" ,
2256
2258
"examples" : [
2257
2259
" 127.0.0.1:443" ,
2258
- " :8080"
2260
+ " :8080" ,
2261
+ " 0.0.0.0:${HTTP_PORT:-8080}" ,
2262
+ " ${HTTP_HOST:-127.0.0.1:8000}"
2259
2263
]
2260
2264
},
2261
2265
"LogMode" : {
Original file line number Diff line number Diff line change 2362
2362
"HostAndPortWithTCP" : {
2363
2363
"description" : " Host and port with tcp:// prefix" ,
2364
2364
"type" : " string" ,
2365
- "pattern" : " ^(tcp://[0-9a-zA-Z_.-]+|): [0-9]{1,5}$" ,
2365
+ "pattern" : " ^((( tcp://[0-9a-zA-Z_.-]+|)| \\ $ \\ {([^}]+) \\ }):( [0-9]{1,5}|| \\ $ \\ {([^}]+) \\ }))| \\ $ \\ {([^}]+) \\ }$" ,
2366
2366
"examples" : [
2367
- " tcp://127.0.0.1:443"
2367
+ " tcp://127.0.0.1:443" ,
2368
+ " ${TCP:-tcp://127.0.0.1:443}" ,
2369
+ " tcp://127.0.0.1:${TCP_PORT}"
2368
2370
]
2369
2371
},
2370
2372
"HostAndPort" : {
2371
2373
"description" : " Host and port" ,
2372
2374
"type" : " string" ,
2373
- "pattern" : " ^([0-9a-zA-Z_.-]+|): [0-9]{1,5}$" ,
2375
+ "pattern" : " ^((( [0-9a-zA-Z_.-]+|)| \\ $ \\ {([^}]+) \\ }):( [0-9]{1,5})| \\ $ \\ {([^}]+) \\ })| \\ $ \\ {([^}]+) \\ }$" ,
2374
2376
"examples" : [
2375
2377
" 127.0.0.1:443" ,
2376
- " :8080"
2378
+ " :8080" ,
2379
+ " 0.0.0.0:${HTTP_PORT:-8080}" ,
2380
+ " ${HTTP_HOST:-127.0.0.1:8000}"
2377
2381
]
2378
2382
},
2379
2383
"LogMode" : {
You can’t perform that action at this time.
0 commit comments