Format fixes.
This commit is contained in:
10
fly.toml
10
fly.toml
@@ -17,11 +17,11 @@ primary_region = 'fra'
|
|||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
MAIL_SERVER = "smtp.ionos.de"
|
MAIL_SERVER = "smtp.ionos.de"
|
||||||
MAIL_PORT = 587
|
MAIL_PORT = 587
|
||||||
MAIL_USE_TLS = 1
|
MAIL_USE_TLS = 1
|
||||||
MAIL_USERNAME = jens@luedicke.cloud
|
MAIL_USERNAME = "jens@luedicke.cloud"
|
||||||
MAIL_DEFAULT_SENDER = "jens@luedicke.cloud"
|
MAIL_DEFAULT_SENDER = "jens@luedicke.cloud"
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
cpu_kind = 'shared'
|
cpu_kind = 'shared'
|
||||||
|
|||||||
Reference in New Issue
Block a user