analytics/config
Lorenz Brun a4389c99c7
Don't enforce longer SECRET_KEY_BASE than Phoenix (#1441)
Phoenix only requires SECRET_KEY_BASE to be longer than 32 characters. 32 characters even with hex encoding is 128 bits of entropy which is more than enough. Some secret generation tools only generate 32 characters/128 bits by default which makes this relatively arbitrary limit annoying. Let's change it to what Phoenix requires.
2021-11-04 14:16:37 +02:00
..
.env.dev Upgrade otp (#1313) 2021-09-09 11:17:24 +03:00
.env.test Allow enterprise plan users to create sites 2021-10-22 11:38:47 +02:00
config.exs Add api keys to CRM 2021-06-10 10:25:19 +03:00
dev.exs Update dependencies 2021-10-25 11:16:56 +02:00
prod.exs New config (#595) 2021-01-13 15:41:16 +02:00
runtime.exs Don't enforce longer SECRET_KEY_BASE than Phoenix (#1441) 2021-11-04 14:16:37 +02:00
test.exs Use forwarded header when X-Forwarded-For is missing 2021-05-21 14:57:00 +03:00