Skip to content

Commit

Permalink
fix default listening port
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Aug 29, 2019
1 parent e3e66ed commit cc2f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion escapepod.toml.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[app]
address = "127.0.0.1:5000"
address = ":5000"

[db]
#type = "sqlite"
Expand Down

0 comments on commit cc2f3b3

Please sign in to comment.