Skip to content

Commit

Permalink
[minor] Use config.json.example instead of config.json for git conven…
Browse files Browse the repository at this point in the history
…ience
  • Loading branch information
gauthamk97 committed Nov 10, 2018
1 parent ff78288 commit 3c1f23f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -49,4 +49,5 @@ jobs:
name: Run unit and integration tests
command: |
go get ./...
cp config.json.example config.json
./test.sh
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -40,3 +40,6 @@ protoc-3.2.0rc2-linux-x86_64.zip*
protobuf/

tls_keys/prod/*

# config.json contains database credentials
config.json
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -47,6 +47,7 @@ migrate -url "mysql://root:YOUR_MYSQL_ROOT_PASSWORD@/dalalstreet_dev" -path ./mi
```
./build_proto.sh
```
- Run `cp config.json.example config.json`
- Fill in the database credentials in the `Dev` section of **config.json**.
- Run `go run main.go`

Expand Down
File renamed without changes.

0 comments on commit 3c1f23f

Please sign in to comment.