aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/app/init.scala
Commit message (Collapse)AuthorAgeFilesLines
* Change default binding network interface to accomodate ipv4Zach Smith2017-12-131-5/+5
| | | | | | ::0 is an IPv6-only network address, which forces the app to always use v6. This is a problem in Travis currently, which apparently doesn't support IPv6. Changing to 0.0.0.0 should allow both v4 and v6
* Apply new formattingJakob Odersky2017-11-201-5/+6
|
* App initialization convenience methodsvlad2017-11-081-0/+118