mirror of
https://github.com/mitchell/shortnr.git
synced 2025-12-17 05:17:22 +00:00
Project architecture boilerplate
This commit is contained in:
commit
7ff70d452a
12 changed files with 261 additions and 0 deletions
8
config/config.exs
Normal file
8
config/config.exs
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue