mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
add error handling
This commit is contained in:
parent
0e17984d6f
commit
03e46f81f8
12 changed files with 57 additions and 36 deletions
|
@ -3,4 +3,4 @@ import Config
|
|||
config :farside,
|
||||
port: System.get_env("FARSIDE_PORT", nil),
|
||||
services_json: System.get_env("FARSIDE_SERVICES_JSON", "services.json"),
|
||||
services_json_data: System.get_env("FARSIDE_SERVICES_JSON_DATA") || ""
|
||||
services_json_data: System.get_env("FARSIDE_SERVICES_JSON_DATA") || ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue