Register form and confirmation messages
This commit is contained in:
@@ -2,4 +2,13 @@ application:
|
||||
host: "127.0.0.1"
|
||||
base_url: "http://127.0.0.1:8000"
|
||||
database:
|
||||
host: "127.0.0.1"
|
||||
port: 5432
|
||||
username: "postgres"
|
||||
password: "password"
|
||||
require_ssl: false
|
||||
email_client:
|
||||
base_url: "https://api.mailersend.com"
|
||||
sender_email: "MS_PTrumQ@test-r6ke4n1mmzvgon12.mlsender.net"
|
||||
authorization_token: "secret-token"
|
||||
redis_uri: "redis://127.0.0.1:6379"
|
||||
|
||||
Reference in New Issue
Block a user