Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit d9b21d7f authored by Muhammad Rafif Elfazri's avatar Muhammad Rafif Elfazri
Browse files

set domain localhost and port 4000

parent 0f93c9a4
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ use Mix.Config ...@@ -10,8 +10,8 @@ use Mix.Config
# which you should run after static files are built and # which you should run after static files are built and
# before starting your production server. # before starting your production server.
config :diskuy, DiskuyWeb.Endpoint, config :diskuy, DiskuyWeb.Endpoint,
url: [host: "example.com", port: 80], url: [host: "localhost", port: 4000]
cache_static_manifest: "priv/static/cache_manifest.json" # cache_static_manifest: "priv/static/cache_manifest.json"
# Do not print debug messages in production # Do not print debug messages in production
config :logger, level: :info config :logger, level: :info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment