public
Description: Kick it!
Homepage: http://baseapp.org
Clone URL: git://github.com/ariejan/baseapp.git
Click here to lend your support to: baseapp and make a donation at www.pledgie.com !
baseapp / config / config.yml
100644 22 lines (15 sloc) 0.345 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration options can be accessed as
# configatron.site_name
 
development: &local
    site_name: BaseApp
    site_url: baseapp.local
    
    company_name: Kabisa ICT
    admin_email: admin@test.com
    
    support_name: Support
    support_email: support@test.com
 
production:
  <<: *local
  
staging:
  <<: *local
 
test:
  <<: *local