add fileentity
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2025-12-17 01:19:48 +07:00
parent 58b4a2f95f
commit 9e8c7f0fa1
11 changed files with 921 additions and 4 deletions
+7
View File
@@ -31,6 +31,13 @@ file:
temp-ttl-hours: ${TEMP_TTL_HOURS:72} # 3 дня
session-expiry-hours: ${SESSION_EXPIRY_HOURS:24}
security:
cors:
allowed-origins: "*"
allowed-methods: GET,POST,PUT,DELETE,OPTIONS
allowed-headers: "*"
allow-credentials: true
server:
port: ${SERVER_PORT:8080}