source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/welcome/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 100755
File size: 613 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       = 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.