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