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 0ec119d commit a62398eCopy full SHA for a62398e
src/main/resources/application.yml
@@ -99,6 +99,11 @@ springdoc:
99
title: leetstats-api
100
description: "The API for retrieving your LeetCode profile & Problems statistics"
101
version: "0.0.1-SNAPSHOT"
102
+ servers:
103
+ - url: https://4.213.1.116.nip.io/api/v1
104
+ description: Production server
105
+ - url: http://localhost:8080/api/v1
106
+ description: Local development server
107
108
scheduler:
109
enabled: true #change this to true when deploying via pipeline for testing we can keep it false after once the data is loaded in db
0 commit comments