generated from phundrak/rust-poem-openapi-template
Initial commit
This commit is contained in:
18
settings/base.yaml
Normal file
18
settings/base.yaml
Normal 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
|
||||
7
settings/development.yaml
Normal file
7
settings/development.yaml
Normal 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
7
settings/production.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
debug: false
|
||||
frontend_url: ""
|
||||
|
||||
application:
|
||||
protocol: https
|
||||
host: 0.0.0.0
|
||||
base_url: ""
|
||||
Reference in New Issue
Block a user