Initial commit

This commit is contained in:
2025-05-27 09:11:08 +00:00
commit b032ffae1c
32 changed files with 2489 additions and 0 deletions

18
settings/base.yaml Normal file
View File

@@ -0,0 +1,18 @@
application:
port: 3000
name: "dailyAujourdhuiBackend"
version: 0.1.0
database:
host: localhost
port: 5432
name: daily-aujourdhui-backend
user: dev
password: password
require_ssl: false
email:
host: smtp.daily-aujourdhui-backend.example
user: user@daily-aujourdhui-backend.example
from: dailyAujourdhuiBackend <noreply@daily-aujourdhui-backend.example>
password: hunter2

View File

@@ -0,0 +1,7 @@
frontend_url: http://localhost:5173
debug: true
application:
protocol: http
host: 127.0.0.1
base_url: http://127.0.0.1:3000

7
settings/production.yaml Normal file
View File

@@ -0,0 +1,7 @@
debug: false
frontend_url: ""
application:
protocol: https
host: 0.0.0.0
base_url: ""