This commit is contained in:
2025-10-19 20:09:01 +09:00
parent 47afd9848b
commit 247cddd38a
54 changed files with 5792 additions and 159 deletions

View File

@@ -21,5 +21,9 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
BASE_URL=192.168.219.108
API_BASE_URL=http://192.168.219.108:8000/api/v1/
# Service ports (used by BuildConfig defaults)
API_PORT=8002
WS_PORT=8002