crowbar/crowbar-core

View on GitHub
crowbar_framework/config/secrets.yml

Summary

Maintainability
Test Coverage
#
# Copyright 2011-2013, Dell
# Copyright 2013-2014, SUSE LINUX Products 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.
#

development:
  secret_key_base: f7e1bf6037bff3e9c75e5b1ebc3406043aead25b44ba4d99ee84fd6de2aae42d7f4740333080b628ee26755e5313b0f55ad0c2d09d4275a7708e36272a44daaa

test:
  secret_key_base: 8f9405c6ddde3c0900652e8e78c72b4b8f6f8ab5c0d53bf51c8adb7dea512c547ba0642c6fb44117faca14f896dcbf63cfdfb6fe0a9966bb6d73ed7468bf5e3e

production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>