Skip to content

Commit e26c3d9

Browse files
authored
Merge pull request #117 from supabase/feat/observer
feat: enable observer in Elixir release
2 parents 06408dc + 3fe4f83 commit e26c3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/rel/env.sh.eex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# Set the release to work across nodes. If using the long name format like
1515
# the one below ([email protected]), you need to also uncomment the
1616
# RELEASE_DISTRIBUTION variable below.
17-
# export RELEASE_DISTRIBUTION=name
18-
# export RELEASE_NODE=<%= @release.name %>@127.0.0.1
17+
export RELEASE_DISTRIBUTION=name
18+
export RELEASE_NODE=<%= @release.name %>@127.0.0.1

0 commit comments

Comments
 (0)