source: tmcsimulator/branches/Highways/private/appconfig.ini @ 543

Revision 543, 613 bytes checked in by jdalbey, 6 years ago (diff)

Add branch for web2py example application: Highways

Line 
1; App configuration
2[app]
3name        = Welcome
4author      = Your Name <you@example.com>
5description = a cool new app
6keywords    = web2py, python, framework
7generator   = Web2py Web Framework
8production  = false
9toolbar     = false
10
11; Host configuration
12[host]
13names = localhost:*, 127.0.0.1:*, *:*, *
14
15; db configuration
16[db]
17uri       = sqlite://storage.sqlite
18migrate   = true
19pool_size = 10 
20
21; smtp address and credentials
22[smtp]
23server = smtp.gmail.com:587
24sender = you@gmail.com
25login  = username:password
26tls    = true
27ssl    = true
28
29[scheduler]
30enabled   = false
31heartbeat = 1
32
33[google]
34analytics_id =
Note: See TracBrowser for help on using the repository browser.