mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
8 lines
204 B
Text
8 lines
204 B
Text
|
|
# AUTO-GENERATED by start_services.sh / rolling_update.sh
|
||
|
|
# Do not edit the generated file directly - edit this template instead.
|
||
|
|
upstream dograh_backend {
|
||
|
|
least_conn;
|
||
|
|
|
||
|
|
{{UVICORN_UPSTREAM_SERVERS}}
|
||
|
|
}
|