Sha256: 1e60c8d4d665395da75908df6fae2c2c9fc4a37f2306a326dad7b2326d7ddbd1
Contents?: true
Size: 1.25 KB
Versions: 6
Compression:
Stored size: 1.25 KB
Contents
# encoding: UTF-8 # Copyright 2011-2013 innoQ Deutschland GmbH # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Be sure to restart your server when you modify this file. if Iqvoc.const_defined?(:Application) # Your secret key for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. # Run `rake secret` and uncomment the following line # Replace the secret-placeholder with your generated token Iqvoc::Application.config.secret_key_base = 'e72a6f3972c3ece769b477d9e03f1da2e70088c5cb1a65423be9438936de75100b0009faac0ab303b9e036ebaaf42300e9923b46060090c929b5319002f131ee' end
Version data entries
6 entries across 6 versions & 1 rubygems