add kontor-blacksheep and kontor-piccolo as blueprints for new app
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from piccolo_conf import * # noqa
|
||||
|
||||
DB = PostgresEngine(
|
||||
config={
|
||||
"database": "piccolo_project_test",
|
||||
"user": "postgres",
|
||||
"password": "",
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user