docs(dev): add iteration 1 setup and reports

This commit is contained in:
sechmachine
2026-08-15 11:02:27 +07:00
parent 039fe25c7c
commit 4212e9cbc2
8 changed files with 711 additions and 22 deletions
-13
View File
@@ -1,13 +0,0 @@
spring:
datasource:
url: ${LAB_DB_URL:jdbc:postgresql://localhost:55432/labtimesheet}
username: ${LAB_DB_USERNAME:labtimesheet}
password: ${LAB_DB_PASSWORD:labtimesheet_dev}
mail:
host: ${LAB_SMTP_HOST:localhost}
port: ${LAB_SMTP_PORT:1025}
lab:
public-origin: ${LAB_PUBLIC_ORIGIN:http://localhost:8080}
security:
# Explicit non-production key; production must supply its own 256-bit key.
master-key: AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8=