Sha256: 32d134e54bb11aabc6e19cd7908f25e128d8820395fddea4552eec123cc58767
Contents?: true
Size: 818 Bytes
Versions: 18
Compression:
Stored size: 818 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 AWS S3 Bucket for Resumes: %pre= ENV['AWS_BUCKET'] || '[No value]'
Version data entries
18 entries across 18 versions & 1 rubygems