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 /dist
/tmp /tmp
/out-tsc /out-tsc
# Only exists if Bazel was run
/bazel-out
# dependencies
/node_modules /node_modules
# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json
# IDEs and editors
/.idea /.idea
.project .project
.classpath .classpath
@ -22,29 +9,22 @@ speed-measure-plugin*.json
*.launch *.launch
.settings/ .settings/
*.sublime-workspace *.sublime-workspace
# IDE - VSCode
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/launch.json !.vscode/launch.json
!.vscode/extensions.json !.vscode/extensions.json
.history/* .history/*
# misc
/.sass-cache /.sass-cache
/connect.lock /connect.lock
/coverage /coverage
/libpeerconnection.log *.log
npm-debug.log
yarn-error.log
testem.log
/typings
.git .git
# System Files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# Nitro
/build /build
*.zip *.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", "asset.url": "https://nitro.nitrots.co",
"image.library.url": "https://swf.nitrots.co/c_images/", "image.library.url": "https://swf.nitrots.co/c_images/",
"hof.furni.url": "https://swf.nitrots.co/dcr/hof_furni", "hof.furni.url": "https://swf.nitrots.co/dcr/hof_furni",
@ -30,7 +30,7 @@
"system.animation.fps": 24, "system.animation.fps": 24,
"system.limits.fps": false, "system.limits.fps": false,
"system.dispatcher.log": false, "system.dispatcher.log": false,
"system.packet.log": false, "system.packet.log": true,
"system.pong.manually": true, "system.pong.manually": true,
"system.pong.interval.ms": 20000, "system.pong.interval.ms": 20000,
"room.color.skip.transition": true, "room.color.skip.transition": true,