Project architecture boilerplate

This commit is contained in:
mitchell 2019-12-07 21:34:58 -05:00
commit 7ff70d452a
12 changed files with 261 additions and 0 deletions

8
config/config.exs Normal file
View file

@ -0,0 +1,8 @@
import Config
config :service,
port: 8080
config :logger, :console,
format: "date=$date time=$time level=$level$levelpad message=\"$message\" $metadata\n",
metadata: [:port, :file, :line, :crash_reason, :stack]