docker: arvdock: support new Debian docker.io packages
[arvados.git] / docker / api / secret_token.rb.in
1 # Be sure to restart your server when you modify this file.
2
3 # Your secret key for verifying the integrity of signed cookies.
4 # If you change this key, all old signed cookies will become invalid!
5 # Make sure the secret is at least 30 characters and all random,
6 # no regular words or you'll be exposed to dictionary attacks.
7 Server::Application.config.secret_token = '@@API_SECRET@@'
8
9 # The blob_signing_key is a string of alphanumeric characters used
10 # to sign permission hints for Keep locators. It must be identical
11 # to the permission key given to Keep.
12 Server::Application.config.blob_signing_key = '@@KEEP_SIGNING_SECRET@@'