Init(Coore): add to repo
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# API base URL (backend CMS)
|
||||
NEXT_PUBLIC_API_BASE_URL=https://your-api-domain.com
|
||||
|
||||
# Hostname of the image server returned by the API (for Next.js Image optimization)
|
||||
NEXT_PUBLIC_IMAGE_HOSTNAME=your-image-cdn-domain.com
|
||||
|
||||
# ArvanCloud Container Registry namespace
|
||||
ARVAN_NAMESPACE=your-arvan-namespace
|
||||
|
||||
# Docker image tag (default: latest)
|
||||
IMAGE_TAG=latest
|
||||
Reference in New Issue
Block a user