chore: add NEXT_PUBLIC_APP_NAME

This commit is contained in:
DIYgod 2022-09-08 05:54:27 +01:00
parent 5e7b0e5cbf
commit 073b4bac85
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#### And inline by Next.js during docker build
#############################################################
NEXT_PUBLIC_APP_NAME=XLog
NEXT_PUBLIC_OUR_DOMAIN=localhost:3000
NEXT_PUBLIC_DISCORD_LINK="https://discord.gg/9XscSqJEq4"
NEXT_PUBLIC_GITHUB_LINK="https://github.com/Crossbell-Box/xlog"

View File

@ -1,6 +1,7 @@
# Remember to add it in env.production because it is the nextjs project
apiVersion: v1
stringData:
NEXT_PUBLIC_APP_NAME: Xlog
NEXT_PUBLIC_OUR_DOMAIN: xlog.app
NEXT_PUBLIC_DISCORD_LINK: "https://discord.gg/9XscSqJEq4"
NEXT_PUBLIC_GITHUB_LINK: "https://github.com/Crossbell-Box/xlog"