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