mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
add an option for assets path
This commit is contained in:
parent
0f4467c582
commit
f455e404e3
1 changed files with 10 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
},
|
||||
{
|
||||
"name": "asset_server",
|
||||
"label": "Asset Server",
|
||||
"label": "Asset Server (ATP)",
|
||||
"assignment-types": [3],
|
||||
"settings": [
|
||||
{
|
||||
|
@ -178,6 +178,15 @@
|
|||
"help": "Assigns an asset-server in your domain to serve files to clients via the ATP protocol (over UDP)",
|
||||
"default": true,
|
||||
"advanced": true
|
||||
},
|
||||
{
|
||||
"name": "assets_path",
|
||||
"type": "string",
|
||||
"label": "Assets Path",
|
||||
"help": "The path to the directory assets are stored in.<br/>If this path is relative, it will be relative to the application data directory. If you change this path you will need to manually copy any existing assets from the previous directory.",
|
||||
"placeholder": "assets",
|
||||
"default": "assets",
|
||||
"advanced": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue