Skip to content

Commit

Permalink
Merge pull request #117 from supabase/feat/observer
Browse files Browse the repository at this point in the history
feat: enable observer in Elixir release
  • Loading branch information
awalias authored Feb 24, 2021
2 parents 06408dc + 3fe4f83 commit e26c3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/rel/env.sh.eex
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# Set the release to work across nodes. If using the long name format like
# the one below ([email protected]), you need to also uncomment the
# RELEASE_DISTRIBUTION variable below.
# export RELEASE_DISTRIBUTION=name
# export RELEASE_NODE=<%= @release.name %>@127.0.0.1
export RELEASE_DISTRIBUTION=name
export RELEASE_NODE=<%= @release.name %>@127.0.0.1

0 comments on commit e26c3d9

Please sign in to comment.