Skip to content

Commit e4266fc

Browse files
authored
Merge pull request lightspeed-core#308 from tisnik/better-service-name-in-config-file
LCORE-247: Better service name in config file
2 parents 7e8f785 + f0f3320 commit e4266fc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"openapi": "3.1.0",
33
"info": {
4-
"title": "foo bar baz service - OpenAPI",
5-
"description": "foo bar baz service API specification.",
4+
"title": "Lightspeed Core Service (LCS) service - OpenAPI",
5+
"description": "Lightspeed Core Service (LCS) service API specification.",
66
"license": {
77
"name": "Apache 2.0",
88
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"

docs/openapi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# foo bar baz service - OpenAPI
1+
# Lightspeed Core Service (LCS) service - OpenAPI
22

3-
foo bar baz service API specification.
3+
Lightspeed Core Service (LCS) service API specification.
44

55
## 🌍 Base URL
66

lightspeed-stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: foo bar baz
1+
name: Lightspeed Core Service (LCS)
22
service:
33
host: localhost
44
port: 8080

0 commit comments

Comments
 (0)