You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command must be run to set up the database to store the JWT secret so that it is not exposed in any database functions as per the Postgrest documentation (https://postgrest.org/en/stable/auth.html)
ALTER DATABASE mydb SET "app.jwt_secret" TO 'reallyreallyreallyreallyverysafe';
User Story
No response
Architectural Decision Records (ADRs)
No response
The text was updated successfully, but these errors were encountered:
Description
This command must be run to set up the database to store the JWT secret so that it is not exposed in any database functions as per the Postgrest documentation (https://postgrest.org/en/stable/auth.html)
ALTER DATABASE mydb SET "app.jwt_secret" TO 'reallyreallyreallyreallyverysafe';
User Story
No response
Architectural Decision Records (ADRs)
No response
The text was updated successfully, but these errors were encountered: