blob: daffcad82cd1ea9849e77bc1e08697ca6c308c37 (
plain)
1
2
3
4
5
6
7
8
9
|
import Config
config :chessh,
ecto_repos: [Chessh.Repo],
priv_dir: Path.join(Path.dirname(__DIR__), "priv/keys"),
port: 42069,
max_sessions: 255
import_config "#{config_env()}.exs"
|