-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hawken/supabase #2
base: main
Are you sure you want to change the base?
Conversation
hawkrives
commented
May 20, 2024
•
edited
Loading
edited
- add initial content and workflows
- add formatting check for migrations
- fix supabase project id
- add seed data and initial migrations
- remove formatting check for migrations
- fill out README for local supabase testing
- begin writing scripts to import data
- get prod supabase instance back in sync
- think about Carleton vs stolaf data
- set up supabase environments
f20d4c5
to
00a4f74
Compare
@drewvolz the initial pass of the database schema! I've been trying to get https://supabase.com/docs/guides/cli/local-development set up properly, but right now the actual database and this schema are slightly out of sync. |
|
||
[auth.sms] | ||
# Allow/disallow new user signups via SMS to your project. | ||
enable_signup = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. That file is what supabase init
generated… I haven't touched it yet. Good eye!
|
||
[auth.email] | ||
# Allow/disallow new user signups via email to your project. | ||
enable_signup = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this one too
# Requires enable_refresh_token_rotation = true. | ||
refresh_token_reuse_interval = 10 | ||
# Allow/disallow new user signups to your project. | ||
enable_signup = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and this