about summary refs log tree commit diff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.envrc b/.envrc
index 31d3b45..4fafb8c 100644
--- a/.envrc
+++ b/.envrc
@@ -11,6 +11,6 @@ export BACKEND_URI="postgres://localhost?dbname=kittybox&host=/run/postgresql"
 export JOB_QUEUE_URI="postgres://localhost?dbname=kittybox&host=/run/postgresql"
 export BLOBSTORE_URI=file://./media-store
 export AUTH_STORE_URI=file://./auth-store
-export COOKIE_SECRET=1234567890abcdefghijklmnopqrstuvwxyz
+export COOKIE_KEY="$(dd if=/dev/urandom bs=64 count=1 status=none | base64)"
 # Add DATABASE_URL for `cargo test` invocations
-export DATABASE_URL="postgres://localhost?dbname=kittybox&host=/run/postgresql"
\ No newline at end of file
+export DATABASE_URL="postgres://localhost?dbname=kittybox&host=/run/postgresql"