kiola / config /config.exs
Scott Hiett
Transaction support!
abcde98
raw
history blame contribute delete
No virus
133 Bytes
import Config
config :srh,
mode: "file",
file_path: "srh-config/tokens.json",
port: 8080
import_config "#{config_env()}.exs"