perbaukan project

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