make initial changes to fqdn and docker

This commit is contained in:
tylen
2026-05-05 12:00:12 +03:00
parent 4ecf62faff
commit ef5c451c8d
6 changed files with 10 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
export const API_URL = 'https://nyipyatki-backend.davydovcloud.com';
export const API_URL = 'https://juhannus-backend.davylis.com';
export const GUESTS = [
"Медведь",
"Ксения",

View File

@@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: ['nyipyatki-dev.davydovcloud.com'],
allowedHosts: ['juhannus-dev.davylis.com'],
}
})