Add default configs

This commit is contained in:
Bill 2021-12-04 01:34:48 -05:00
parent 357fab357e
commit 11d7bd5fe0
3 changed files with 6 additions and 26 deletions

28
.gitignore vendored
View File

@ -1,20 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out
# dependencies
/node_modules
# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json
# IDEs and editors
/.idea
.project
.classpath
@ -22,29 +9,22 @@ speed-measure-plugin*.json
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
*.log
.git
# System Files
.DS_Store
Thumbs.db
# Nitro
/build
*.zip
# /public/renderer-config.json
# /public/ui-config.json

View File

@ -1,5 +1,5 @@
{
"socket.url": "wss://ws.nitrots.co:2096",
"socket.url": "ws://127.0.0.1:1234",
"asset.url": "https://nitro.nitrots.co",
"image.library.url": "https://swf.nitrots.co/c_images/",
"hof.furni.url": "https://swf.nitrots.co/dcr/hof_furni",
@ -30,7 +30,7 @@
"system.animation.fps": 24,
"system.limits.fps": false,
"system.dispatcher.log": false,
"system.packet.log": false,
"system.packet.log": true,
"system.pong.manually": true,
"system.pong.interval.ms": 20000,
"room.color.skip.transition": true,