main
parent
370ab871c3
commit
e4b91a557f
1
.env
1
.env
|
@ -3,6 +3,7 @@ NODE_ENV="development"
|
|||
NEXT_PUBLIC_SERVER_URL=http://192.168.1.12:32768
|
||||
NEXT_PUBLIC_PUBLIC_URL=http://192.168.1.12:32768
|
||||
NEXT_PUBLIC_API_URL=http://192.168.1.12:32768/api
|
||||
NEXT_PUBLIC_VERSION=0.2.7
|
||||
|
||||
# SECURE_LOCAL_STORAGE_HASH_KEY=f1da2b2c7a4c446934267fea631102ec389b5b99
|
||||
# NEXT_PUBLIC_API_URL_IMAGE=https://192.168.88.12:49154/Files/ReportImages
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
NODE_ENV="production"
|
||||
NEXT_PUBLIC_SERVER_URL=https://api.brizco.io
|
||||
NEXT_PUBLIC_PUBLIC_URL=https://api.brizco.io
|
||||
NEXT_PUBLIC_API_URL=https://api.brizco.io/api
|
||||
NEXT_PUBLIC_API_URL=https://api.brizco.io/api
|
||||
NEXT_PUBLIC_VERSION=0.2.7
|
|
@ -1,4 +1,4 @@
|
|||
import React from "react";
|
||||
import React, { version } from "react";
|
||||
import logo2 from "../../../src/assets/logo2.png";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
@ -14,6 +14,7 @@ const Footer = () => {
|
|||
<p className="mb-0 text-sm text-gray-400 w-full text-center opacity-30 ">
|
||||
© 2024 briz. All rights reserved. | Designed by ♡ <br />
|
||||
Tehran - Iran
|
||||
{process.env.NEXT_PUBLIC_VERSION}
|
||||
</p>
|
||||
|
||||
<div className="flex justify-center w-full mt-4 ">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "brizco",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.7",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
|
Loading…
Reference in New Issue