Skip to content

Commit

Permalink
chore: add comment to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed Apr 26, 2024
1 parent a426d15 commit 49f7f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# This is a test database, please don't do eval to it.
DATABASE_URL=postgres://postgres.xmeeqdwniitxlnofonbc:[email protected]:5432/postgres
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function EarlyAccessCodeProvider({ children }: PropsWithChildren) {
const { data } = useSession()

useHideLogoLoader()

if (process.env.NEXT_PUBLIC_IS_EARLY_STAGE !== 'true') {
return <>{children}</>
}
Expand Down

0 comments on commit 49f7f41

Please sign in to comment.