Initial commit
Some checks failed
Publish Docker image / publish (push) Failing after 2m1s
CI / tests (push) Has been cancelled

This commit is contained in:
2024-08-10 09:33:15 +00:00
commit 2013d04cf7
34 changed files with 5958 additions and 0 deletions

18
settings/base.yaml Normal file
View File

@@ -0,0 +1,18 @@
application:
port: 3000
name: "GegeJdrBackend"
version: 0.1.0
database:
host: localhost
port: 5432
name: gege-jdr-backend
user: dev
password: password
require_ssl: false
email:
host: smtp.gege-jdr-backend.example
user: user@gege-jdr-backend.example
from: GegeJdrBackend <noreply@gege-jdr-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: ""