From 9b0bed19489dbbd59c52a77e9c0c080a880ca262 Mon Sep 17 00:00:00 2001 From: "John St. John" Date: Thu, 21 Sep 2017 16:28:23 -0700 Subject: Jstjohn/google stackdriver trace (#64) Add app-level tracing to driver-core (https://www.pivotaltracker.com/story/show/151100422) --- src/main/resources/reference.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/main/resources/reference.conf (limited to 'src/main/resources') diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf new file mode 100644 index 0000000..637f713 --- /dev/null +++ b/src/main/resources/reference.conf @@ -0,0 +1,26 @@ + +// This file takes on the lowest config priority. Any settings implemented in +// entities that use this library will take precedence. +application { + baseUrl: "localhost:8080" + environment: "local_testing" +} + +swagger { + apiVersion = "2.0" + basePath = "/" + docsPath = "api-docs" + + apiInfo { + title = "NEW SERVICE" + description = "Please implement swagger info in your new service" + termsOfServiceUrl = "TOC Url" + contact { + name = "Driver Inc." + url = "http://driver.xyz" + email = "info@driver.xyz" + } + license = "Apache V2" + licenseUrl = "http://www.apache.org/licenses/LICENSE-2.0" + } +} -- cgit v1.2.3