Files
kontor/kontor-piccolo/piccolo_conf_test.py
Thomas Peetz 37e094e390
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
add kontor-blacksheep and kontor-piccolo as blueprints for new app
2026-06-03 15:59:59 +02:00

12 lines
225 B
Python

from piccolo_conf import * # noqa
DB = PostgresEngine(
config={
"database": "piccolo_project_test",
"user": "postgres",
"password": "",
"host": "localhost",
"port": 5432,
}
)