You've already forked isop-mirror
Compare commits
2 Commits
1224d2057b
...
af5dbc2767
| Author | SHA1 | Date | |
|---|---|---|---|
| af5dbc2767 | |||
| 430100f62d |
@@ -7,7 +7,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
NUXT_PUBLIC_SANCTUM_BASE_URL: ${BACKEND_URL:-https://backend.example.com}
|
NUXT_PUBLIC_SANCTUM_BASE_URL: ${BACKEND_URL:-https://backend.example.com}
|
||||||
NUXT_PUBLIC_SANCTUM_ORIGIN: ${FRONTEND_URL:-https://example.com}
|
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -30,9 +29,9 @@ services:
|
|||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_KEY: ${APP_KEY:-SOME-KEY}
|
APP_KEY: ${APP_KEY:-SOME-KEY}
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
APP_URL: ${FRONTEND_URL:-https://example.com}
|
APP_URL: ${BACKEND_URL:-https://example.com}
|
||||||
FRONTEND_URL: ${FRONTEND_URL:-https://example.com}
|
FRONTEND_URL: ${FRONTEND_URL:-https://example.com}
|
||||||
SANCTUM_STATEFUL_DOMAINS: ${BACKEND_URL:-https://backend.example.com},${FRONTEND_URL:-https://example.com}
|
SANCTUM_STATEFUL_DOMAINS: ${BACKEND_DOMAIN:-https://backend.example.com},${FRONTEND_DOMAIN:-https://example.com}
|
||||||
SESSION_DOMAIN: ${SESSION_DOMAIN:-.example.com} # Note the first dot
|
SESSION_DOMAIN: ${SESSION_DOMAIN:-.example.com} # Note the first dot
|
||||||
|
|
||||||
APP_LOCALE: sk
|
APP_LOCALE: sk
|
||||||
|
|||||||
@@ -32,15 +32,6 @@ export default defineNuxtConfig({
|
|||||||
redirectIfAuthenticated: true
|
redirectIfAuthenticated: true
|
||||||
},
|
},
|
||||||
|
|
||||||
runtimeConfig: {
|
|
||||||
public: {
|
|
||||||
sanctum: {
|
|
||||||
baseUrl: 'http://localhost:8000',
|
|
||||||
origin: 'http://localhost:3000'
|
|
||||||
} as any
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
typescript: {
|
typescript: {
|
||||||
strict: true,
|
strict: true,
|
||||||
typeCheck: true,
|
typeCheck: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user