Sha256: 2d468602e38d49567e2a5c2de7dec46a91e44337fac58565690ae532fff4d69d

Contents?: true

Size: 1007 Bytes

Versions: 11

Compression:

Stored size: 1007 Bytes

Contents

= render "layouts/manage/page_title", title: "Hackathon Configuration"

.row
  .col-lg-6.mb-3
    .card
      .card-body
        %h5.card-title Hackathon Manager Config
        %h6.card-subtitle.mb-2.text-muted
          Hackathon Manager configuration can be changed in the source code at
          %code config/hackathon.yml
          \.
        %hr
        - Rails.configuration.hackathon.keys.each do |key|
          %p
            %b #{key}:
            %pre= Rails.configuration.hackathon[key]

  .col-lg-6.mb-3
    .card
      .card-body
        %h5.card-title Environment Variables
        %h6.card-subtitle.mb-2.text-muted
          Environment variables are configured on the production server.
        %hr
        %p
          %b Carpool Link:
          %pre= ENV['CARPOOL_LINK'] || '[No value]'
        %p
          %b Slack Sign Up URL:
          %pre= ENV['SLACK_SIGNUP_URL'] || '[No value]'
        %p
          %b AWS S3 Bucket for Resumes:
          %pre= ENV['AWS_BUCKET'] || '[No value]'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hackathon_manager-0.11.0 app/views/manage/configs/show.html.haml
hackathon_manager-0.10.3 app/views/manage/configs/show.html.haml
hackathon_manager-0.10.2 app/views/manage/configs/show.html.haml
hackathon_manager-0.10.1 app/views/manage/configs/show.html.haml
hackathon_manager-0.10.0 app/views/manage/configs/show.html.haml
hackathon_manager-0.9.2 app/views/manage/configs/show.html.haml
hackathon_manager-0.9.1 app/views/manage/configs/show.html.haml
hackathon_manager-0.9.0 app/views/manage/configs/show.html.haml
hackathon_manager-0.8.2 app/views/manage/configs/show.html.haml
hackathon_manager-0.8.1 app/views/manage/configs/show.html.haml
hackathon_manager-0.8.0 app/views/manage/configs/show.html.haml