Removed secrets
This commit is contained in:
4
configuration/base.yaml
Normal file
4
configuration/base.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
email_client:
|
||||
timeout_milliseconds: 10000
|
||||
base_url: "https://api.alphonsepaix.xyz"
|
||||
sender_email: "newsletter@alphonsepaix.xyz"
|
||||
16
configuration/local.yaml
Normal file
16
configuration/local.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
application:
|
||||
port: 8080
|
||||
host: "127.0.0.1"
|
||||
base_url: "http://127.0.0.1:8080"
|
||||
database:
|
||||
host: "127.0.0.1"
|
||||
port: 5432
|
||||
database_name: "newsletter"
|
||||
username: "postgres"
|
||||
password: "password"
|
||||
require_ssl: false
|
||||
timeout_milliseconds: 1000
|
||||
email_client:
|
||||
authorization_token: "secret-token"
|
||||
redis_uri: "redis://127.0.0.1:6379"
|
||||
require_tls: false
|
||||
4
configuration/production.yaml
Normal file
4
configuration/production.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
application:
|
||||
host: "0.0.0.0"
|
||||
database:
|
||||
timeout_milliseconds: 500
|
||||
Reference in New Issue
Block a user