Skip to content

Commit e433385

Browse files
authored
Merge pull request #124 from kbase/sdkdev
Fix urls in the `test.cfg` template
2 parents 49a0172 + 97a64fd commit e433385

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/main/resources/us/kbase/sdk/templates/module_test_cfg.vm.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# PLEASE DO NOT COMMIT THIS FILE INTO GIT REPO !!!
1+
# PLEASE DO NOT COMMIT THIS FILE INTO VERSION CONTROL!
22
# Add a test_token from your KBase developer account.
3-
# Tokens may be generated under the developer tab:
4-
# https://narrative.kbase.us/#auth2/account. If you don't have
5-
# a developer account, please contact us to request one:
6-
# http://kbase.us/contact-us/
3+
# Tokens may be generated at https://narrative.kbase.us/account/dev-tokens.
4+
# If you don't have access to the developer tokens tab, please contact us:
5+
# https://www.kbase.us/support/
76

87
test_token=
98
kbase_endpoint=https://appdev.kbase.us/services
@@ -24,4 +23,4 @@ auth_service_url_allow_insecure=false
2423

2524
### Please use next parameter to specify custom list of network
2625
### interfaces used for callback IP address lookup:
27-
#callback_networks=docker0,vboxnet0,vboxnet1,en0,en1,en2,en3
26+
#callback_networks=docker0,vboxnet0,vboxnet1,eth0,en0,en1,en2,en3

0 commit comments

Comments
 (0)