Skip to content

Commit 34babbe

Browse files
committed
Set default app secret for EB
1 parent 5a84360 commit 34babbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ services:
124124
environment:
125125
- APP_ENV=${APP_ENV:-prod}
126126
- APP_DEBUG=${APP_ENV:-false}
127-
- APP_SECRET=${APP_SECRET:?APP_SECRET is not set}
127+
- APP_SECRET=${APP_SECRET:-secret78901234567890123456789012}
128128

129129
profile:
130130
image: ghcr.io/openconext/openconext-profile/profile:prod

0 commit comments

Comments
 (0)