Skip to content

Commit 7d97ebe

Browse files
committed
Update dummy encryption key values in tests and templates
1 parent 5543da1 commit 7d97ebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/unit-tests-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
DIRECT_URL: postgresql://postgres:postgres@localhost:5432/postgres
8686
SESSION_SECRET: "secret"
8787
MAGIC_LINK_SECRET: "secret"
88-
ENCRYPTION_KEY: "secret"
88+
ENCRYPTION_KEY: "dummy-encryption-keeeey-32-bytes"
8989
DEPLOY_REGISTRY_HOST: "docker.io"
9090
CLICKHOUSE_URL: "http://default:password@localhost:8123"
9191

docker/dev-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
CLICKHOUSE_URL: http://default:password@clickhouse:8123
112112
SESSION_SECRET: secret123
113113
MAGIC_LINK_SECRET: secret123
114-
ENCRYPTION_KEY: secret123
114+
ENCRYPTION_KEY: dummy-encryption-keeeey-32-bytes
115115
REMIX_APP_PORT: 3030
116116
PORT: 3030
117117
networks:

docker/services-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
DIRECT_URL: postgres://postgres:postgres@db:5432/postgres?schema=public
3838
SESSION_SECRET: secret123
3939
MAGIC_LINK_SECRET: secret123
40-
ENCRYPTION_KEY: secret123
40+
ENCRYPTION_KEY: dummy-encryption-keeeey-32-bytes
4141
REMIX_APP_PORT: 3030
4242
PORT: 3030
4343
WORKER_ENABLED: "false"
@@ -56,7 +56,7 @@ services:
5656
DIRECT_URL: postgres://postgres:postgres@db:5432/postgres?schema=public
5757
SESSION_SECRET: secret123
5858
MAGIC_LINK_SECRET: secret123
59-
ENCRYPTION_KEY: secret123
59+
ENCRYPTION_KEY: dummy-encryption-keeeey-32-bytes
6060
REMIX_APP_PORT: 3030
6161
PORT: 3030
6262
HTTP_SERVER_DISABLED: "true"

0 commit comments

Comments
 (0)