Skip to content

Commit

Permalink
Set python_path_prefix by default. (TykTechnologies#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde authored and buger committed Oct 26, 2018
1 parent 395829d commit 71dfa60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install/data/tyk.self_contained.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"oauth_redirect_uri_separator": ";",
"coprocess_options": {
"enable_coprocess": false,
"coprocess_grpc_server": ""
"coprocess_grpc_server": "",
"python_path_prefix": "/opt/tyk-gateway"
},
"pid_file_location": "./tyk-gateway.pid",
"allow_insecure_configs": true,
Expand Down
3 changes: 2 additions & 1 deletion install/data/tyk.with_dash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"oauth_redirect_uri_separator": ";",
"coprocess_options": {
"enable_coprocess": false,
"coprocess_grpc_server": ""
"coprocess_grpc_server": "",
"python_path_prefix": "/opt/tyk-gateway"
},
"pid_file_location": "./tyk-gateway.pid",
"allow_insecure_configs": true,
Expand Down

0 comments on commit 71dfa60

Please sign in to comment.