Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created August 22, 2011 23:35
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 hoelzro/1163921 to your computer and use it in GitHub Desktop.
Save hoelzro/1163921 to your computer and use it in GitHub Desktop.
Act Configuration Template
[general]
conferences = yapcna
cookie_name = act
searchlimit = 20
dir_photos = photos
dir_ttc = var/
max_imgsize = 320x200
root = $(home)/wwwdocs
default_language = en
languages = en
name_en = yapcna
timezone = America/Chicago
default_country = US
[bcrypt]
cost = 5
salt = 1234567890ABCDEF
[database]
name = act
dsn = dbi:Pg:dbname=act
user = act
[email]
sendmail = /usr/sbin/sendmail
test = 0
sender_address = admin@localhost
[wiki]
dbname = actwiki
dbuser = act
[payment]
open = 0
invoices = 0
type = Fake
notify_bcc = admin@localhost
[payment_type_Fake]
plugin = Fake
[flickr]
apikey = 0123456789ABCDEF0123456789ABCDEF
[talks]
durations = 20 40 60
start_date = 2011-07-01 00:00:00
end_date = 2012-07-01 00:00:00
submissions_open = 1
[rooms]
rooms = room1 room2
room1 = Room 1
room2 = Room 2
[registration]
open = 1
max_attendees = 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment