Browse Source

Add provider configurations

Daniel Bohry 1 year ago
parent
commit
eb05b3bae9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -3,8 +3,8 @@ server:
 
 clients:
   stock:
-    url: https://api.tiingo.com/tiingo
-    key: 5fa305fd07c632b556f9b25904b27f6d53091ae2
+    url: ${provider:}
+    key: ${key:}
 
 spring:
   data: