-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsite.cfg.example
More file actions
22 lines (19 loc) · 874 Bytes
/
site.cfg.example
File metadata and controls
22 lines (19 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is a username and password in the kbase site. Request
# the account at https://gologin.kbase.us/SignUp#
USER=kbuserid
PASSWORD=password
# This should be a publicly accessible hostname for the server.
# Do not use localhost. If you are testing on a laptop using
# boot2docker or docker-machine, then you need to use the
# hostname/IP corresponding to the virtual machine (i.e. the
# address returned by boot2docker ip or docker-machine ip dev)
PUBLIC_ADDRESS=public.hostname.org
# This should be set to 1 if you are developing within boot2docker
# on a local machine. In this case, localhost will not be tested
# in the preflight script.
BOOT2DOCKER=0
# If you change this you may need to update cluster.ini too.
#
# If you use a non-default, you will need to edit docker-compose.yml
# and change the image names to match your change.
IMAGE=kbase/depl:latest