Files
crm.clientright.ru/.cursor-proxy.env.example
Fedor 01c4fe80b5 chore: snapshot current working tree changes
Save all currently accumulated repository changes as a backup snapshot for Gitea so no local work is lost.
2026-03-26 14:19:01 +03:00

14 lines
630 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Пример: сохранить как /etc/cursor-proxy.env и использовать для приложений (пока только Cursor Server)
# Права: root:root 0644
HTTP_PROXY=http://195.133.66.13:3128
HTTPS_PROXY=http://195.133.66.13:3128
http_proxy=http://195.133.66.13:3128
https_proxy=http://195.133.66.13:3128
# НЕ пропускать локальные адреса через прокси:
NO_PROXY=localhost,127.0.0.1,host.docker.internal,ollama-proxy,::1
no_proxy=localhost,127.0.0.1,host.docker.internal,ollama-proxy,::1
export HTTP_PROXY HTTPS_PROXY http_proxy https_proxy NO_PROXY no_proxy