mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
refactor
This commit is contained in:
parent
d69b859910
commit
a76046a41b
9 changed files with 85 additions and 95 deletions
|
@ -2,5 +2,4 @@ import Config
|
|||
|
||||
config :farside,
|
||||
port: System.get_env("FARSIDE_PORT", "4001"),
|
||||
redis_conn: "redis://localhost:#{System.get_env("FARSIDE_REDIS_PORT", "6379")}",
|
||||
services_json: System.get_env("FARSIDE_SERVICES_JSON", "services.json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue