Skip to content

Commit

Permalink
fix: realtime id
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Sep 28, 2023
1 parent e10fe50 commit b9e9c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func LoadConfigFS(fsys afero.Fs) error {
KongId = GetId(KongAliases[0])
GotrueId = GetId(GotrueAliases[0])
InbucketId = GetId(InbucketAliases[0])
RealtimeId = GetId(RealtimeAliases[0])
RealtimeId = "realtime-dev." + GetId(RealtimeAliases[0])
RestId = GetId(RestAliases[0])
StorageId = GetId(StorageAliases[0])
ImgProxyId = GetId(ImgProxyAliases[0])
Expand Down

0 comments on commit b9e9c86

Please sign in to comment.