Sha256: 0cb563ccec91ea4ab46c53e12c86b334d4de803ca329dc2cd5b7c3e1cfd5f87b

Contents?: true

Size: 502 Bytes

Versions: 3

Compression:

Stored size: 502 Bytes

Contents

test:
  secret_key_base: {{test_secret_key_base}}
  smtp:
    address: smtp.CHANGEME.com
    port: 587
    domain: {{app_name}}.com
    user_name: admin@{{app_name}}.com
    password: xxxxxxxx
  email:
    from: admin@{{app_name}}.com
    reply_to: admin@{{app_name}}.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/

development:
  <<: *test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
xing-framework-0.2.6 default_configuration/templates/backend/config/secrets.yml.ci
xing-framework-0.2.5 default_configuration/templates/backend/config/secrets.yml.ci
xing-framework-0.2.4 default_configuration/templates/backend/config/secrets.yml.ci