Skip to content

Commit 0548b92

Browse files
default auth adapter in .env example
1 parent 356d0b5 commit 0548b92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app-rails/local.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ AWS_DEFAULT_REGION=<FILL ME IN>
3333
COGNITO_USER_POOL_ID=<FILL ME IN>
3434
COGNITO_CLIENT_ID=<FILL ME IN>
3535
COGNITO_CLIENT_SECRET=<FILL ME IN>
36-
AUTH_ADAPTER=<FILL ME IN>
36+
37+
# "mock" to enable local login with any email/password combo; "cognito" to use the proper authentication flow
38+
AUTH_ADAPTER="mock"
3739

3840
############################
3941
# Database

0 commit comments

Comments
 (0)