mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 14:32:54 +00:00
8 lines
176 B
Elixir
8 lines
176 B
Elixir
import Config
|
|
|
|
config :plug_live_reload,
|
|
patterns: [
|
|
~r"priv/static/.*(html|js|css|png|jpeg|jpg|gif|svg)$"
|
|
]
|
|
|
|
config :jenot, Jenot.Repo, database: "priv/db_dev.sqlite"
|