-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from jaredbischof/master
Updating config file.
- Loading branch information
Showing
2 changed files
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
[Address] | ||
# IP and port for api | ||
# Note: use of port 80 may require root access | ||
# 0.0.0.0 will bind Shock to all IP's | ||
api-ip=0.0.0.0 | ||
api-port=7445 | ||
|
||
[Admin] | ||
[email protected] | ||
|
||
|
@@ -10,32 +17,17 @@ create-user=false | |
|
||
[Auth] | ||
# defaults to local user management with basis auth | ||
basic_auth=true | ||
basic=true | ||
# comment line above and uncomment below to use Globus Online as auth provider | ||
#globus_token_url=https://nexus.api.globusonline.org/goauth/token?grant_type=client_credentials | ||
#globus_profile_url=https://nexus.api.globusonline.org/users | ||
|
||
[Directories] | ||
# See documentation for details of deploying Shock | ||
site=/usr/local/shock/site | ||
data=/usr/local/shock | ||
logs=/var/log/shock | ||
|
||
# Comma delimited search path available for remote path uploads. Only remote paths that prefix | ||
# match one of the following will be allowed. Note: poor choices can result in security concerns. | ||
local_paths=N/A | ||
|
||
[External] | ||
site-url=http://localhost | ||
|
||
[Log] | ||
perf_log=false | ||
|
||
[SSL] | ||
enable=false | ||
#key=<path_to_key_file> | ||
#cert=<path_to_cert_file> | ||
|
||
[Mongodb] | ||
# Mongodb configuration | ||
# Hostnames and ports hosts=host1[,host2:port,...,hostN] | ||
|
@@ -49,13 +41,18 @@ password= | |
# key=unique:true/false[,dropDups:true/false][,sparse:true/false] | ||
id=unique:true | ||
|
||
[Address] | ||
# IP and port for api | ||
# Note: use of port 80 may require root access | ||
# 0.0.0.0 will bind Shock to all IP's | ||
api-ip=0.0.0.0 | ||
api-port=7445 | ||
[Paths] | ||
# See documentation for details of deploying Shock | ||
site=/usr/local/shock/site | ||
data=/usr/local/shock | ||
logs=/var/log/shock | ||
local_paths= | ||
pidfile= | ||
|
||
[Runtime] | ||
GOMAXPROCS= | ||
pidfile= | ||
|
||
[SSL] | ||
enable=false | ||
#key=<path_to_key_file> | ||
#cert=<path_to_cert_file> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters