chore: add NEXT_PUBLIC_APP_NAME
This commit is contained in:
parent
5e7b0e5cbf
commit
073b4bac85
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue