From e624e4396bc385cd1e505bde9991a3264f853e43 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 22 Jun 2024 21:40:40 -0500 Subject: [PATCH] Fix PasteDeploy entrypoint example to use with standalone server --- examples/etc/pgwui.yaml | 2 +- examples/misc/development.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/etc/pgwui.yaml b/examples/etc/pgwui.yaml index eaab33f..62daf18 100644 --- a/examples/etc/pgwui.yaml +++ b/examples/etc/pgwui.yaml @@ -464,7 +464,7 @@ server: # When using a standalone WSGI server like uwsgi or Apache's mod_wsgi # use the pgwui_server's WSGI. - #use: egg:PGWUI_Server#main + #use: egg:pgwui_server#main ### # The DEFAULT section diff --git a/examples/misc/development.yaml b/examples/misc/development.yaml index 25f2ef9..950b78a 100644 --- a/examples/misc/development.yaml +++ b/examples/misc/development.yaml @@ -479,7 +479,7 @@ server: # When using a standalone WSGI server like uwsgi or Apache's mod_wsgi # use the pgwui_server's WSGI. - #use: egg:PGWUI_Server#main + #use: egg:pgwui_server#main ### # The DEFAULT section -- 2.34.1