source: OpenRLabs-Git/web2py/applications/rlabs/private/appconfig.ini

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 660 bytes
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        = postgres://openrlabs:openrlabs@127.0.0.1/openrlabs
18migrate   = false
19fake_migrate = false
20pool_size = 10 
21
22; smtp address and credentials
23[smtp]
24server = smtp.gmail.com:587
25sender = you@gmail.com
26login  = username:password
27tls    = true
28ssl    = true
29
30[scheduler]
31enabled   = false
32heartbeat = 1
33
34[google]
35analytics_id =
Note: See TracBrowser for help on using the repository browser.