mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 14:32:54 +00:00
Change HOST to WEB_HOST to avoid conflicts with local env
This commit is contained in:
parent
03c1bc9931
commit
db2acd7614
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import Config
|
||||
|
||||
config :jenot, host: System.fetch_env!("HOST")
|
||||
config :jenot, host: System.fetch_env!("WEB_HOST")
|
||||
|
||||
port = if config_env() == :test, do: 4001, else: 4000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue