Skip to content

Commit 9f31f8e

Browse files
committed
Added an other variable name to example
1 parent 5bcf69c commit 9f31f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
my-ms:
1+
my-minimal-microservice:
22
APP_NAME: "Python Microservice"

examples/mininum_microservice/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pyms.flask.app import Microservice
44

55
os.environ["CONFIGMAP_FILE"] = "config.yml"
6-
ms = Microservice(service="my-ms", path=__file__)
6+
ms = Microservice(service="my-minimal-microservice", path=__file__)
77
app = ms.create_app()
88

99
@app.route("/")

0 commit comments

Comments
 (0)