Refactor assets and config directory
This commit is contained in:
parent
ca00949851
commit
68ba1db24a
69 changed files with 89 additions and 74 deletions
|
|
@ -6,9 +6,12 @@ Sunshine will work with the default settings for most users. In some cases you m
|
|||
|
||||
Configuration
|
||||
-------------
|
||||
The default location for the configuration file is ``./assets/sunshine.conf``. You can use another location if you
|
||||
The default location for the configuration file is listed below. You can use another location if you
|
||||
choose, by passing in the full configuration file path as the first argument when you start Sunshine.
|
||||
|
||||
The default location of the ``apps.json`` is the same as the configuration file. You can use a custom
|
||||
location by modifying the configuration file.
|
||||
|
||||
**Default File Location**
|
||||
|
||||
.. table::
|
||||
|
|
@ -17,9 +20,10 @@ choose, by passing in the full configuration file path as the first argument whe
|
|||
======= ===========
|
||||
Value Description
|
||||
======= ===========
|
||||
Linux ./assets/sunshine.conf
|
||||
MacOS /opt/local/etc/sunshine.conf
|
||||
Windows ./assets/sunshine.conf
|
||||
Docker /config/
|
||||
Linux /usr/local/sunshine/config/
|
||||
MacOS /usr/local/sunshine/config/
|
||||
Windows ./config/
|
||||
======= ===========
|
||||
|
||||
Example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue