forked from kbaseattic/KBaseFBAModeling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.cfg
42 lines (41 loc) · 1.8 KB
/
deploy.cfg
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# The deploy.cfg file is located in the module top dir is a necessary file
# needed for deployments. This file contains config variables, such as
# mongodb-host, mysqldb-host. Standard variable names are listed on the trac
# wiki at https://trac.kbase.us/projects/kbase/wiki/DeployCfgStandards
#
# The variables in the deploy.cfg file will get "injected" into the module
# makefile. In short, the variable is uppercased and dashes become underscores,
# so mongodb-host in the deploy.cfg file becomes MONGODB_HOST in the module
# makefile when the module makefile is invoked#
# The deploy.cfg file is located in the module top dir is a necessary file
# needed for deployments. This file contains config variables, such as
# mongodb-host, mysqldb-host. Standard variable names are listed on the trac
# wiki at https://trac.kbase.us/projects/kbase/wiki/DeployCfgStandards
#
# The variables in the deploy.cfg file will get "injected" into the module
# makefile. In short, the variable is uppercased and dashes become underscores,
# so mongodb-host in the deploy.cfg file becomes MONGODB_HOST in the module
# makefile when the module makefile is invoked by the system make file at the
# top level of the dev container.
#
#
#
# Deployment configuration for the KBaseFBAModeling module
#
[fbaModelServices]
# these are runtime settings
workspace-url=http://localhost:7058
idserver-url=http://localhost:7031
mssserver-url=http://biologin-4.mcs.anl.gov:7050
probanno-url=http://kbase.us/services/probabilistic_annotation/
awe-url=http://140.221.85.54:7080
shock-url=http://140.221.85.54:7445
jobqueue=workspace
classifierbin=
mfatoolkitbin=
# these are compiilt time settings
[KBaseFBAModeling]
default-fba-url=https://kbase.us/services/KBaseFBAModeling
default-oldws-url=http://kbase.us/services/workspace
dev-fba-url=http://140.221.85.73:4043