Skip to content

Commit

Permalink
chore: renamed multimedia service in lowercase to follow convetions
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Nov 20, 2023
1 parent 3ee8b6e commit ae4b02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ USERS_SERVICE_NAME=users
USERS_SERVICE_PORT=3000
USERS_SERVICE_URI=http://${USERS_SERVICE_NAME}:${USERS_SERVICE_PORT}

MULTIMEDIA_SERVICE_NAME=MULTIMEDIA
MULTIMEDIA_SERVICE_NAME=multimedia
MULTIMEDIA_SERVICE_PORT=3000
MULTIMEDIA_SERVICE_URI=http://${MULTIMEDIA_SERVICE_NAME}:${MULTIMEDIA_SERVICE_PORT}

0 comments on commit ae4b02d

Please sign in to comment.