Fix PasteDeploy entrypoint example to use with standalone server
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 02:40:40 +0000 (21:40 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 23 Jun 2024 02:40:40 +0000 (21:40 -0500)
examples/etc/pgwui.yaml
examples/misc/development.yaml

index eaab33f412910e7116b7fd980d45c0f017b3fea7..62daf18be769e2b2c92a5cb922b96bd3b5d3054f 100644 (file)
@@ -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
index 25f2ef940f3a30f5106dd095086e84ba0b15b37f..950b78ac0892bd2a299a4a942129f66f9468367e 100644 (file)
@@ -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