Skip to content

Commit

Permalink
Merge pull request #27 from ve1ld/ritesh/gita-to-db
Browse files Browse the repository at this point in the history
2024 - An Ecto Odyssey
  • Loading branch information
ks0m1c authored Feb 4, 2024
2 parents 4d826a2 + c79183d commit 34b43c1
Show file tree
Hide file tree
Showing 24 changed files with 1,311 additions and 23 deletions.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config :vyasa, Vyasa.Repo,
config :vyasa, VyasaWeb.Endpoint,
# Binding to loopback ipv4 address prevents access from other machines.
# Change to `ip: {0, 0, 0, 0}` to allow access from other machines.
http: [ip: {127, 0, 0, 1}, port: 4000],
http: [ip: {127, 0, 0, 1}, port: System.get_env("PORT") || 4000],
check_origin: false,
code_reloader: true,
debug_errors: true,
Expand Down
Loading

0 comments on commit 34b43c1

Please sign in to comment.