Просмотр исходного кода

removed conf.js in favour of conf.js.example

master
mort 8 лет назад
Родитель
Сommit
a30d78f0d2
3 измененных файлов: 4 добавлений и 3 удалений
  1. 1
    0
      .gitignore
  2. 0
    3
      conf.js
  3. 3
    0
      conf.js.example

+ 1
- 0
.gitignore Просмотреть файл

@@ -1,3 +1,4 @@
node_modules
.jshintrc
bundle.js
conf.js

+ 0
- 3
conf.js Просмотреть файл

@@ -1,3 +0,0 @@
window.conf = {
address: "ws://weblet.mort.coffee:8085"
}

+ 3
- 0
conf.js.example Просмотреть файл

@@ -0,0 +1,3 @@
window.conf = {
address: "ws://some-url.com:port"
}

Загрузка…
Отмена
Сохранить