Skip to content

Commit 1db37e9

Browse files
committed
Fix config of oauth GHA
1 parent 49aae1a commit 1db37e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/oauth/start_test_server_locally.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ export FRACTAL_EMAIL_INSTANCE_NAME=test
3232
3333
export FRACTAL_EMAIL_USE_STARTTLS=false
3434
export FRACTAL_EMAIL_USE_LOGIN=true
35-
# FRACTAL_EMAIL_PASSWORD and FRACTAL_EMAIL_PASSWORD_KET are generated with the following command
36-
# `printf "fakepassword\n" | poetry run fractalctl encrypt-email-password`
37-
export FRACTAL_EMAIL_PASSWORD=gAAAAABnoQUGHMsDgLkpDtwUtrKtf9T1so44ahEXExGRceAnf097mVY1EbNuMP5fjvkndvwCwBJM7lHoSgKQkZ4VbvO9t3PJZg==
38-
export FRACTAL_EMAIL_PASSWORD_KEY=lp3j2FVDkzLd0Rklnzg1pHuV9ClCuDE0aGeJfTNCaW4=
35+
export FRACTAL_EMAIL_PASSWORD=fakepassword
3936

4037
dropdb --if-exists $POSTGRES_DB
4138
createdb $POSTGRES_DB

0 commit comments

Comments
 (0)