perbaukan project

1 parent 9d5001ab
...@@ -120,3 +120,4 @@ alembic_local.ini ...@@ -120,3 +120,4 @@ alembic_local.ini
.vs* .vs*
activate activate
development.ini
\ No newline at end of file \ No newline at end of file
...@@ -14,9 +14,9 @@ pyramid.debug_notfound = true ...@@ -14,9 +14,9 @@ pyramid.debug_notfound = true
pyramid.debug_routematch = true pyramid.debug_routematch = true
pyramid.debug_templates = true pyramid.debug_templates = true
default_locale_name = id default_locale_name = id
sqlalchemy.url = postgresql://aagusti:a@localhost:5433/magelang sqlalchemy.url = postgresql://aagusti:a@localhost:5432/demo
;pbb.url = oracle+oracledb://pbb:A@10.8.50.62:1521/simpbb ; pbb.url = oracle+oracledb://pbb:A@10.8.50.62:1521/simpbb
pbb.url = oracle://pbb:A@10.8.50.62:1521/simpbb ; pbb.url = oracle://pbb:A@10.8.50.62:1521/simpbb
lib_dir = C:\app\instantclient_11_2 lib_dir = C:\app\instantclient_11_2
temp_dir = C:\tmp temp_dir = C:\tmp
pbb_pemda = 32.79 pbb_pemda = 32.79
...@@ -28,10 +28,8 @@ pyramid.includes = ...@@ -28,10 +28,8 @@ pyramid.includes =
pyramid_debugtoolbar pyramid_debugtoolbar
pyramid_rpc.jsonrpc pyramid_rpc.jsonrpc
opensipkd.tools opensipkd.tools
opensipkd.pjdl.models opensipkd.pbb.models
opensipkd.pjdl.apps ; opensipkd.pbb.monitoring
opensipkd.bphtb.models
opensipkd.bphtb.apps
pjdl_invoice_sspd=99 pjdl_invoice_sspd=99
pjdl_invoice_sptpd=1 pjdl_invoice_sptpd=1
pjdl_invoice_stpd=False pjdl_invoice_stpd=False
...@@ -42,7 +40,7 @@ session.type = ext:database ...@@ -42,7 +40,7 @@ session.type = ext:database
session.secret = s0s3cr3ts session.secret = s0s3cr3ts
session.cookie_expires = true session.cookie_expires = true
session.key = WhatEver session.key = WhatEver
session.url = postgresql://aagusti:a@localhost:5433/magelang session.url = postgresql://aagusti:a@localhost:5432/demo
session.timeout = 3000 session.timeout = 3000
session.lock_dir = %(here)s/tmp session.lock_dir = %(here)s/tmp
;login_tpl = opensipkd.samsat.jabar.views:templates/login.pt ;login_tpl = opensipkd.samsat.jabar.views:templates/login.pt
...@@ -65,7 +63,7 @@ localization = English_Australia.1252 ...@@ -65,7 +63,7 @@ localization = English_Australia.1252
;center.email_password = ;center.email_password =
;center.smtp_server = ;center.smtp_server =
; ;
;#_host = http://localhost:5433/demo2 ;#_host = http://localhost:5432/demo2
; ;
unoconv_py = C:\Program Files\LibreOffice\program\python.exe unoconv_py = C:\Program Files\LibreOffice\program\python.exe
unoconv_bin = C:\product\venv-lates\Scripts\unoconv unoconv_bin = C:\product\venv-lates\Scripts\unoconv
...@@ -170,22 +168,22 @@ format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s ...@@ -170,22 +168,22 @@ format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
[alembic_ziggurat] [alembic_ziggurat]
script_location = ziggurat_foundations:migrations script_location = ziggurat_foundations:migrations
sqlalchemy.url = postgresql://aagusti:a@localhost:5433/magelang sqlalchemy.url = postgresql://aagusti:a@localhost:5432/demo
# End logging configuration # End logging configuration
[alembic_base] [alembic_base]
script_location = opensipkd.base:alembic script_location = opensipkd.base:alembic
sqlalchemy.url = postgresql://aagusti:a@localhost:5433/magelang sqlalchemy.url = postgresql://aagusti:a@localhost:5432/demo
[alembic_models] [alembic_models]
script_location = opensipkd.models:alembic script_location = opensipkd.models:alembic
sqlalchemy.url = postgresql://aagusti:a@localhost:5433/magelang sqlalchemy.url = postgresql://aagusti:a@localhost:5432/demo
[alembic_pjdl] [alembic_pjdl]
script_location = opensipkd.pjdl.models:alembic script_location = opensipkd.pjdl.models:alembic
sqlalchemy.url = postgresql://aagusti:a@localhost:5433/magelang sqlalchemy.url = postgresql://aagusti:a@localhost:5432/demo
[pytest] [pytest]
......
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
requires = ['setuptools >= 64', 'wheel'] requires = ['setuptools >= 64', 'wheel']
build-backend = 'setuptools.build_meta' build-backend = 'setuptools.build_meta'
[tool.hatch.build] [tool.setuptools]
dev-mode-dirs = ["."] packages = ["opensipkd", "opensipkd.detable", "opensipkd.base"]
[tool.mypy] [tool.mypy]
exclude = [ exclude = [
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!