Properly gather, save, and generate Ghost config.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# Ghost domain
|
||||
# Custom public domain Ghost will run on
|
||||
GHOST_DOMAIN=www.nassella.cc
|
||||
# GHOST_DOMAIN=www.nassella.cc
|
||||
|
||||
# Ghost Admin domain
|
||||
# If you have Ghost Admin setup on a separate domain uncomment the line below and add the domain
|
||||
@@ -12,9 +12,9 @@ GHOST_DOMAIN=www.nassella.cc
|
||||
|
||||
# Database settings
|
||||
# All database settings must not be changed once the database is initialised
|
||||
GHOST_DATABASE_ROOT_PASSWORD=reallysecurerootpassword
|
||||
# GHOST_DATABASE_ROOT_PASSWORD=reallysecurerootpassword
|
||||
# DATABASE_USER=optionalusername
|
||||
GHOST_DATABASE_PASSWORD=ghostpassword
|
||||
# GHOST_DATABASE_PASSWORD=ghostpassword
|
||||
|
||||
# ActivityPub
|
||||
# If you'd prefer to self-host ActivityPub yourself uncomment the line below
|
||||
@@ -33,12 +33,12 @@ GHOST_DATABASE_PASSWORD=ghostpassword
|
||||
# Transactional email is required for logins, account creation (staff invites), password resets and other features
|
||||
# This is not related to bulk mail / newsletter sending
|
||||
mail__transport=SMTP
|
||||
mail__options__host=imap.fastmail.com
|
||||
mail__options__port=993
|
||||
# mail__options__host=
|
||||
# mail__options__port=
|
||||
mail__options__secure=true
|
||||
mail__options__auth__user=t@thintz.com
|
||||
mail__options__auth__pass=5n6y9g6s9r6g3b6l
|
||||
mail__from="'Thomas Hintz' <t@thintz.com>"
|
||||
# mail__options__auth__user=
|
||||
# mail__options__auth__pass=
|
||||
# mail__from=""
|
||||
|
||||
# Advanced customizations
|
||||
|
||||
Reference in New Issue
Block a user