1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
###
# app configuration
# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
###
[app:main]
use = egg:opensipkd_base
pyramid.debug = true
reload_templates = true
devel = true
debug_authorization = false
debug_notfound = false
debug_routematch = false
debug_templates = true
default_locale_name = en
sqlalchemy.url = postgresql://sugiana:a@localhost/pbb
pbb.url = postgresql://sugiana:a@localhost/pbb_banjar
pyramid.includes =
pyramid_tm
pyramid_beaker
pyramid_chameleon
pyramid_rpc.jsonrpc
pyramid_debugtoolbar
session.type = ext:database
session.secret = s0s3cr3t
session.cookie_expires = true
session.key = WhatEver
session.url = postgresql://sugiana:a@localhost/pbb
session.timeout = 3000
session.lock_dir = %(here)s/tmp
config.include =
timezone = Asia/Jakarta
localization = id_ID.UTF-8
#localization = Indonesian_indonesia.1252
#localization = English_Australia.1252
_host =
base_url =
mail.host = mail.example.com
mail.port = 587
mail.username = bot@example.com
mail.password = FIXME
mail.sender_name = Info Example
static_files = %(here)s/../files
captcha_files = %(here)s/tmp/captcha
upload_files = %(here)s/tmp/upload
company = open SIPKD
ibukota = SERPONG
departement = Divisi Teknologi Informasi
address_1 = Jalan....
address_2 = Tangerang ...
center.phone = 021123456789
center.mobile = 081311045668
center.email = FIXME
center.email_password = FIXME
center.smtp_server = FIXME
#_host =
#unoconv config
unoconv_py = C:\Program Files\LibreOffice 5\program\python.exe
unoconv_bin = C:\project\apps3\venv3\scripts\unoconv
ocr_bin = C:\Tesseract-OCR\tesseract.exe
menus = bjb/samsat:BJB-SAMSAT
#modules_default = sambara
app_name = DEMO BJB-SAMSAT
allow_register = False
;modules = bjb.samsat
#Departemen M
change_unit = False
departemen_chg_id = 3
[app:map]
center.long = 11873540
center.lat = -702917
[server:main]
use = egg:waitress#main
host = 0.0.0.0
port = 6543
# Begin logging configuration
[loggers]
keys = root, opensipkd, sqlalchemy
[handlers]
keys = console
[formatters]
keys = generic
[logger_root]
level = INFO
handlers = console
[logger_opensipkd]
level = INFO
handlers =
qualname = opensipkd
[logger_sqlalchemy]
level = WARN
handlers =
qualname = sqlalchemy.engine
# "level = INFO" logs SQL queries.
# "level = DEBUG" logs SQL queries and results.
# "level = WARN" logs neither. (Recommended for production systems.)
[handler_console]
class = StreamHandler
args = (sys.stderr,)
level = INFO
formatter = generic
[formatter_generic]
format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
[alembic]
script_location=alembic
sqlalchemy.url = postgresql://aagusti:a@localhost:5434/demo
# End logging configuration
[alembic_ziggurat]
script_location = ziggurat_foundations:migrations
sqlalchemy.url = postgresql://sugiana:a@localhost/pbb
[alembic_base]
script_location = opensipkd.base:alembic
sqlalchemy.url = postgresql://sugiana:a@localhost/pbb