We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b82e0 commit fe9f8d3Copy full SHA for fe9f8d3
README.md
@@ -1,4 +1,4 @@
1
-# Spring Boot Overriding Environment Variables Guide
+# Java Spring Boot Overriding Environment Variables Guide
2
3
4
This is an example of overriding the application.yml file with the OS environment variables.
medium_deploy.py
@@ -9,8 +9,8 @@
9
MEDIUM_USER_ID = "USER_ID"
10
MEDIUM_API_URL = f"https://api.medium.com/v1/users/{MEDIUM_USER_ID}/posts"
11
MEDIUM_TOKEN = "TOKEN"
12
-TITLE = "NLP Sentiment Analysis on Restaurant Reviews"
13
-FILE_NAME = "nlp-sentiment-analysis-restaurant.md"
+TITLE = "Java Spring Boot Overriding Environment Variables Guide"
+FILE_NAME = "README.md"
14
15
16
def main():
0 commit comments