Skip to content

Instantly share code, notes, and snippets.

@EliAndrewC
Created April 26, 2015 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EliAndrewC/b307a1116b088a77eb75 to your computer and use it in GitHub Desktop.
Save EliAndrewC/b307a1116b088a77eb75 to your computer and use it in GitHub Desktop.
Current development.ini on the test server
path = "/uber"
hostname = "50.56.242.7"
url_root = "http://50.56.242.7:8282"
dev_box = True
send_emails = False
collect_exact_birthdate = True
event_name = "MAGStock"
organization_name = "MAGStock"
groups_enabled = False
shiftless_depts = ,
consent_form_url = "http://magfest.org/minorconsentform"
code_of_conduct_url = "http://magfest.org/codeofconduct"
admin_email = "Eli Courtwright <eli@courtwright.org>"
regdesk_email = "MAGFest Registration <regdesk@magfest.org>"
staff_email = "MAGFest Staffing <stops@magfest.org>"
marketplace_email = "MAGFest Marketplace <marketplace@magfest.org>"
panels_email = "MAGFest Panels <panels@magfest.org>"
developer_email = "Eli Courtwright <code@magfest.org>"
regdesk_email_signature = ''' - Victoria Earl, MAGFest Registration Chair'''
stops_email_signature = ''' - Jack Boyd, MAGFest Staffing Coordinator'''
marketplace_email_signature = ''' - Danielle Pomfrey, MAGFest Marketplace Coordinator'''
peglegs_email_signature = ''' - Tim Macneil, MAGFest Panels Department'''
guest_email_signature = ''' - Steph Prader, MAGFest Guests Department'''
sqlalchemy_url = "postgresql://m13:m13@localhost:5432/m13"
aws_access_key = ""
aws_secret_key = ""
at_the_con = "false"
preassigned_badge_types = ,
collect_full_address = false
[badge_prices]
initial_attendee = 50
[dates]
prereg_open = "2015-04-25"
shirt_deadline = "2015-05-30"
placeholder_deadline = "2015-06-16"
prereg_takedown = "2015-06-15"
uber_takedown = "2015-06-17"
epoch = "2015-06-19 08"
eschaton = "2015-06-21 18"
printed_badge_deadline = ""
dealer_reg_start = ""
dealer_reg_deadline = ""
dealer_reg_shutdown = ""
dealer_payment_due = ""
[badge_ranges]
guest_badge = 2000, 2999
staff_badge = 1, 999
attendee_badge = 3000, 29999
[integer_enums]
supporter_stock = 50
food_stock = 120
food_price = 35
shirt_level = 20
supporter_level = 50
season_level = 160
[[donation_tier]]
'No thanks' = 0
'Shirt' = SHIRT_LEVEL
'Supporter Pack' = SUPPORTER_LEVEL
[enums]
[[ribbon]]
roughing_it = 'Roughing It'
[[interest]]
chilling = "Chilling"
grilling = "Grilling"
music = "Music"
slip_slide = "Slip 'n Slide"
lake = "Lake"
video_games = "Video Games"
moonbounce = "Moonbounce"
activities = "Activities"
[[noise_level]]
quiet = "As quiet as possible at night"
normal = "I can sleep through reasonable levels of noise"
noisy = "While others sleep, I PARTY!"
[[shirt_color]]
no_shirt = "No shirt"
black_shirt = "Black Shirt"
white_shirt = "White Shirt (for tie-dyeing later)"
[[site_type]]
primitive = "Primitive - NO ELECTRIC OR WATER (but you get a swag bag)"
normal = "Normal - has electric and water hookups"
[[camping_type]]
small_tent = "Small Tent (6 or fewer)"
large_tent = "Large Tent (more than 6)"
car = "Sleeping in car"
rv = "RV or other larger vehicle"
[[coming_as]]
tent_leader = "I am the Tent Leader"
tent_follower = "I'm not the one coordinating my group"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment