docs(dev): add iteration 1 setup and reports
This commit is contained in:
@@ -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=
|
||||
Reference in New Issue
Block a user