forked from Shelf-nu/shelf.nu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anatoli Nicolae <[email protected]>
- Loading branch information
1 parent
2b8511e
commit 7aa2f96
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,11 @@ The database seed script creates a new user with some data you can use to get st | |
- Email: `[email protected]` | ||
- Password: `supabase` | ||
|
||
> [!NOTE] | ||
> During development involving Dockerfile changes, make sure to **address the correct file** in your builds: | ||
> - Fly.io will be built via `Dockerfile` | ||
> - ghcr.io will be built via `Dockerfile.image` | ||
## Authentication | ||
|
||
For authentication to work in your Project, you need so setup some settings related to One Time Passwords in Supabase. | ||
|