reorganized

i believe everything works
This commit is contained in:
2023-04-10 14:13:01 -05:00
parent 29c6567506
commit 65d36fe9d4
281 changed files with 340 additions and 88086 deletions

21
apps/foundry/options.json Normal file
View File

@@ -0,0 +1,21 @@
{
"awsConfig": null,
"compressStatic": false,
"dataPath": "/srv/foundry",
"fullscreen": false,
"hostname": null,
"language": "en.core",
"localHostname": null,
"passwordSalt": null,
"port": 30000,
"protocol": null,
"proxyPort": 9090,
"proxySSL": true,
"routePrefix": "foundry",
"sslCert": null,
"sslKey": null,
"updateChannel": "release",
"upnp": false,
"upnpLeaseDuration": null,
"world": null
}