make initial changes to fqdn and docker
This commit is contained in:
@@ -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 = [
|
||||
"Медведь",
|
||||
"Ксения",
|
||||
|
||||
@@ -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'],
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user