Skip to content

Commit

Permalink
Added Configure database uri.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-iwano committed May 22, 2015
1 parent 7e42687 commit 36e630b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions webapi/spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ CentOS-6.6にて動作確認を行いました。それよりも古い環境の
# cp webapi.conf.example webapi.conf
```

DataBaseのIPアドレスを記述します
```
# vi webapi.conf
```

実行結果例:
```
# Database connection string
database_uri 'mysql2://localhost/tiny_web_example?user=root'
```

# Unit Testの実行

```
Expand Down

0 comments on commit 36e630b

Please sign in to comment.