Skip to content

Commit 8382f25

Browse files
authored
change config.toml
1 parent 2930558 commit 8382f25

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

frameworks/Python/blacksheep/config.toml

+18
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,21 @@ orm = "Raw"
1717
platform = "ASGI"
1818
webserver = "uvicorn"
1919
versus = "None"
20+
21+
22+
[nginx-unit]
23+
urls.plaintext = "/plaintext"
24+
urls.json = "/json"
25+
urls.db = "/db"
26+
urls.query = "/queries?queries="
27+
urls.update = "/updates?queries="
28+
urls.fortune = "/fortunes"
29+
approach = "Realistic"
30+
classification = "Platform"
31+
database = "Postgres"
32+
database_os = "Linux"
33+
os = "Linux"
34+
orm = "Raw"
35+
platform = "ASGI"
36+
webserver = "nginx-unit"
37+
versus = "None"

0 commit comments

Comments
 (0)