.env in repo
This commit is contained in:
8
ospabhost/frontend/.env
Normal file
8
ospabhost/frontend/.env
Normal file
@@ -0,0 +1,8 @@
|
||||
VITE_SBP_QR_URL="https://www.tinkoff.ru/rm/r_EuYdiibJtU.jfgPfrHOCE/hTZjH20709"
|
||||
VITE_CARD_NUMBER="2204 2402 3323 3354"
|
||||
|
||||
VITE_TURNSTILE_SITE_KEY=0x4AAAAAAB7306voAK0Pjx8O
|
||||
|
||||
# API URLs (с портом 5000)
|
||||
VITE_API_URL=https://ospab.host:5000
|
||||
VITE_SOCKET_URL=wss://ospab.host:5000
|
||||
9
ospabhost/frontend/.env.example
Normal file
9
ospabhost/frontend/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# API Configuration
|
||||
# URL backend API (всегда HTTPS)
|
||||
VITE_API_URL=https://ospab.host:5000
|
||||
|
||||
# WebSocket URL (всегда WSS для HTTPS)
|
||||
VITE_SOCKET_URL=wss://ospab.host:5000
|
||||
|
||||
# Cloudflare Turnstile Site Key
|
||||
VITE_TURNSTILE_SITE_KEY=your_turnstile_site_key
|
||||
2
ospabhost/frontend/.gitignore
vendored
2
ospabhost/frontend/.gitignore
vendored
@@ -23,5 +23,3 @@ dist-ssr
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
.env
|
||||
.env.*
|
||||
|
||||
Reference in New Issue
Block a user