Compare commits
2 Commits
a635c57d5d
...
e05a7382c1
| Author | SHA1 | Date | |
|---|---|---|---|
| e05a7382c1 | |||
| 1609b4e04c |
@@ -1854,7 +1854,7 @@ export default function AdminPage() {
|
||||
<Card className="mt-8">
|
||||
<CardContent className="py-3">
|
||||
<div className="text-center text-xs text-gray-500">
|
||||
סביבה: {instanceName || process.env.NEXT_PUBLIC_HOSTNAME || process.env.HOSTNAME || "לא זוהה"}
|
||||
סביבה: {instanceName || "לא זוהה"}
|
||||
<br/>
|
||||
גרסה: {process.env.APPVERSION || "לא הוצהר ב-Dockerfile!"}
|
||||
<br/>
|
||||
|
||||
@@ -212,7 +212,7 @@ export default function DashboardPage() {
|
||||
<Card className="mt-8">
|
||||
<CardContent className="py-3">
|
||||
<div className="text-center text-xs text-gray-500">
|
||||
סביבה: {instanceName || process.env.NEXT_PUBLIC_HOSTNAME || process.env.HOSTNAME || "לא זוהה"}
|
||||
סביבה: {instanceName || "לא זוהה"}
|
||||
<br/>
|
||||
גרסה: {process.env.APPVERSION || "לא הוגדרה גרסה ב-Dockerfile!"}
|
||||
<br/>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
env: {
|
||||
HOSTNAME: process.env.HOSTNAME || 'vmx-k3s-01',
|
||||
APPVERSION: '1.1.0'
|
||||
},
|
||||
experimental: {
|
||||
|
||||
Reference in New Issue
Block a user