aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
blob: 06e657b1ce89ac28e2c3eebb6a5db382f2ecab49 (plain) (blame)
1
2
3
4
5
6
7
8
import Config

config :tronglessh,
  key_dir: Path.join(Path.dirname(__DIR__), "priv/keys"),
  ssh_port: 42069,
  max_sessions: 255

import_config "#{config_env()}.exs"