Sha256: a13688abcd38a02847dd0d44965714353e461c2e232c5a683c0e171c35e294f1

Contents?: true

Size: 1.88 KB

Versions: 6

Compression:

Stored size: 1.88 KB

Contents

# Be sure to restart your server when you modify this file.

# Your secret key is used 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.
# You can use `rake secret` to generate a secure secret key.

# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.

development:
  secret_key_base: 
    deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef 
  smtp:
    address: smtp.CHANGEME.com
    port: 587
    domain: CHANGEME.com
    user_name: admin@CHANGEME.com
    password: xxxxxxxx
  email:
    from: admin@CHANGEME.com
    reply_to: admin@CHANGEME.com
    # Destination for emails in dev environment
    # this should be left blank in production
    test: test@CHANGEME.com
    from_domain: 'localhost:3000'
  snapshot_server:
    url: https://www.notaserver.com
    user: user
    password: password
  sitemap_base_url: http://localhost:3000/
  asset_host: http://localhost:3000/

test:
  secret_key_base: 
    deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef 
  smtp:
    address: smtp.CHANGEME.com
    port: 587
    domain: CHANGEME.com
    user_name: admin@CHANGEME.com
    password: xxxxxxxx
  email:
    from: admin@CHANGEME.com
    reply_to: admin@CHANGEME.com
    from_domain: 'example.com'
  snapshot_server:
    url: https://www.notaserver.com
    user: user
    password: password
  sitemap_base_url: http://localhost:3000/
  asset_host: http://localhost:3000/

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
xing-framework-0.2.6 default_configuration/base_app/backend/config/secrets.yml.example
xing-framework-0.2.5 default_configuration/base_app/backend/config/secrets.yml.example
xing-framework-0.2.4 default_configuration/base_app/backend/config/secrets.yml.example
xing-framework-0.2.3 default_configuration/base_app/backend/config/secrets.yml.example
xing-framework-0.2.2 default_configuration/base_app/backend/config/secrets.yml.example
xing-framework-0.2.1 default_configuration/base_app/backend/config/secrets.yml.example