This commit is contained in:
Alex Grintsvayg 2018-09-27 16:46:49 -04:00
parent 686ac662cc
commit 4293e772e2
2 changed files with 9 additions and 1 deletions

8
config.tmpl Normal file
View file

@ -0,0 +1,8 @@
{
"aws_id": "YOUR-AWS-ID",
"aws_secret": "YOUR-AWS-SECRET",
"bucket_region": "YOUR-BUCKET-REGION",
"bucket_name": "YOUR-BUCKET-NAME",
"db_conn": "USER:PASSWORD@tcp(localhost:3306)/DBNAME",
"slack_hook_url": ""
}

View file

@ -19,7 +19,7 @@ This project requires [Go v1.10](https://golang.org/doc/install) or higher.
go get -u github.com/lbryio/reflector.go
cd "$(go env GOPATH)/src/github.com/lbryio/reflector.go"
make
./prism
./bin/prism-bin
```
## Contributing