kiola / config /runtime.exs
Scott Hiett
Docker building and release
b2ff4b5
raw
history blame
173 Bytes
import Config
config :srh,
mode: System.get_env("TOKEN_RESOLUTION_MODE") || "file",
file_path: System.get_env("TOKEN_RESOLUTION_FILE_PATH") || "srh-config/tokens.json"