forked from rmey/openresty-cos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.local.sample
28 lines (26 loc) · 1.09 KB
/
env.local.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###################################################
# COS Settings #
###################################################
# HMAC Keys
S3_ACCESS_KEY=xxx
S3_SECRET_KEY=xxx
# your bucket name no leading or trailing slashes
S3_BUCKET=mybucket
# your COS Endpoint (could be public or private)
# COS_ENDPOINT=s3.eu-de.objectstorage.softlayer.net
COS_ENDPOINT=
# full URI to bucket without trailing slash
COS_URI=https://s3.eu-de.objectstorage.softlayer.net/mybucket
# COS Bucket Format like "%(bucket)s.s3.eu-de.objectstorage.softlayer.net"
COS_HOST_BUCKET="%(bucket)s.s3.eu-de.objectstorage.softlayer.net"
###################################################
# OpenResty/NGINX settings #
##################################################
# must be / or like /<location>/
NGINX_LOCATION=/
###################################################
# IBM Cloud Kubernetes Service Settings #
###################################################
cluster_name=YOURCLUSTER
# your IBM Cloud Container Registry namespace
namespace=registry.eu-de.bluemix.net/NAMESPACE