# s

Specifies the URL of the yCrash server to which collected artifacts will be uploaded for analysis.

Type: string

Default: ""

Example (YAML):

options:
  s: http://your-ycrash-server.com
1
2

Example (CLI):

./yc -s "https://your-ycrash-server.com"
1