update Readme: config.js moved into config dir

master
Mészáros Mihály 2019-05-10 21:13:57 +02:00 committed by GitHub
parent 26389993a3
commit 88386e5697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -25,16 +25,16 @@ $ git clone https://github.com/havfo/multiparty-meeting.git
$ cd multiparty-meeting $ cd multiparty-meeting
``` ```
* Copy `server/config.example.js` to `server/config.js` : * Copy `server/config/config.example.js` to `server/config/config.js` :
```bash ```bash
$ cp server/config.example.js server/config.js $ cp server/config/config.example.js server/config/config.js
``` ```
* Copy `app/public/config.example.js` to `app/public/config.js` : * Copy `app/public/config/config.example.js` to `app/public/config/config.js` :
```bash ```bash
$ cp app/public/config.example.js app/public/config.js $ cp app/public/config/config.example.js app/public/config/config.js
``` ```
* Edit your two `config.js` with appropriate settings (listening IP/port, logging options, **valid** TLS certificate, etc). * Edit your two `config.js` with appropriate settings (listening IP/port, logging options, **valid** TLS certificate, etc).