Update development.ini
This commit is contained in:
parent
ca34177f28
commit
d7410f2b80
1 changed files with 9 additions and 4 deletions
|
|
@ -37,11 +37,16 @@ session.samesite = None
|
|||
# app "business logic" settings
|
||||
###
|
||||
|
||||
app.root_domain = blanka.foxhop.net
|
||||
app.root_domain_owner_email = russell.ballestrini@gmail.com
|
||||
app.root_url = http://blanka.foxhop.net:6501
|
||||
# Root domain for make_post_sell
|
||||
app.make_post_sell.root_domain = ${MAKE_POST_SELL_ROOT_DOMAIN:-localhost}
|
||||
|
||||
app.email.relay = localhost:8025
|
||||
# Root URL for make_post_sell
|
||||
app.make_post_sell.root_url = ${MAKE_POST_SELL_ROOT_URL:-http://localhost:6502}
|
||||
|
||||
# Optional: Email for the root domain owner
|
||||
app.make_post_sell.root_domain_owner_email = ${MAKE_POST_SELL_DOMAIN_OWNER_EMAIL:-changeme@example.com}
|
||||
|
||||
# app.email.relay = localhost:8025
|
||||
|
||||
# TODO: these values should be moved to environment variables & we should create an
|
||||
# example app.env environment file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue