update .env.dist

This commit is contained in:
deflax 2022-03-23 19:43:24 -04:00
parent e767fb564b
commit b847cf05b6
2 changed files with 11 additions and 12 deletions

View file

@ -1,6 +1,6 @@
token = "radio_bot_token"
channel = "channel_id"
name = "Example Radio"
url = "http://example.net"
passes = 2
bitrate = 44100
token=OT..
channel=0
name=radiobot
url=http://example.net
passes=2
bitrate=44100

View file

@ -7,9 +7,8 @@
## Running using Docker from the repo
2. Install dependancies `sudo apt install docker-compose`
3. Create a folder called `config` or similiar to keep your configuration in
4. Make a copy of `config.example.ini` called `config.ini` and place it in your `config` folder
5. Edit the config file
6. Build and execute using docker-compose: `docker-compose up -d --build --remove-orphans`
7. Monitor execution with `docker-compose logs --follow --tail 100`
1. `sudo apt install docker-compose`
2. `cp .env.dist .env`
3. `vim .env`
4. `docker-compose up -d --build --remove-orphans`
5. `docker-compose logs --follow --tail 100`