Rename project from "EventSpace" to "App" across files

Updated project name references in configuration, scripts, and code. This includes changes to database URLs, Docker commands, environment variables, and displayed API titles. Ensures consistency with the new project name "App".
This commit is contained in:
2025-02-27 13:50:51 +01:00
parent b76a45d0ce
commit b02d38f5b2
7 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: dev prod down clean
VERSION ?= latest
REGISTRY := gitea.pragmazest.com/cardosofelipe/eventspace
REGISTRY := gitea.pragmazest.com/cardosofelipe/app
dev: