aboutsummaryrefslogtreecommitdiffstats
path: root/modules/epoll/templates/epoll.yml
blob: d442a41ecf9e9fb6d265c2dd78ecc683809f7592 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
name: Vote
# db: connection, see libpq documentation
# dbname=BASENAME;host=SERVER;user=USER;password=PASS
db: dbname=<%= scope.lookupvar('epoll::var::db_name') %>;host=<%= scope.lookupvar('epoll::var::db_hostname') %>;user=<%= scope.lookupvar('epoll::var::db_user') %>;password=<%= scope.lookupvar('epoll::var::db_password') %>
# The smtp serveur to use, default is localhost
# smtp:
# This change the poll creation behavior, instead ask want confirmation by
# mail
# it ask for this password (in clear)
newpollpasswd: <%= scope.lookupvar('epoll::var::password') %>