30 lines
565 B
INI
30 lines
565 B
INI
; App configuration
|
|
[app]
|
|
name = Welcome
|
|
author = Your Name <you@example.com>
|
|
description = a cool new app
|
|
keywords = web2py, python, framework
|
|
generator = Web2py Web Framework
|
|
|
|
; Host configuration
|
|
[host]
|
|
name = localhost
|
|
|
|
; db configuration
|
|
[db]
|
|
uri = sqlite://storage.sqlite
|
|
migrate = true
|
|
pool_size = 10 ; ignored for sqlite
|
|
|
|
; smtp address and credentials
|
|
[smtp]
|
|
server = smtp.gmail.com:587
|
|
sender = you@gmail.com
|
|
login = username:password
|
|
tls = true
|
|
ssl = true
|
|
|
|
; form styling
|
|
[forms]
|
|
formstyle = bootstrap3_inline
|
|
separator = |