Skip to content

Commit e000297

Browse files
committed
Use the same secret than the test env
1 parent c700ff2 commit e000297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
DEFAULT_HOST: example.com
1111
RAILS_ENV: production
1212
RAILS_LOG_TO_STDOUT: 1
13-
SECRET_KEY_BASE: cf9ee5b6300d945af5b86e0f85edc2f3f730314b3115833beadea5aa7c0851cef06cf8acaf60e452891c686d2de6c5084213603c625f26f4830aabf78cfa8853
13+
SECRET_KEY_BASE: c07bb904a05890a16cb532e299c83bd944bb58f6300c0e7f45902bf3fc19a51f954a5a93b0bcf639c307d0fcf5961d2b3e42634295d168aa547a346aa3145d0f
1414
restart: on-failure
1515
depends_on:
1616
- db

0 commit comments

Comments
 (0)