15 lines
383 B
Python
15 lines
383 B
Python
CORS_ALLOWED_ORIGINS = [
|
|
"http://localhost:5173",
|
|
"http://localhost:3000",
|
|
"http://127.0.0.1:5173",
|
|
'https://agro365.vercel.app',
|
|
'https://agro365.felixits.uz',
|
|
'https://agro365-admin.vercel.app',
|
|
'https://agro365-admin.felixits.uz',
|
|
]
|
|
|
|
CSRF_TRUSTED_ORIGINS = [
|
|
'http://localhost:8080',
|
|
'http://127.0.0.1:8080',
|
|
'https://horeca.felixits.uz',
|
|
] |