modified: development.ini

This commit is contained in:
Russell Ballestrini 2025-06-02 07:07:55 -04:00
parent 09b4a728b4
commit 2ddb679dc8

View file

@ -43,7 +43,7 @@ session.samesite = Lax
app.make_post_sell.root_domain = ${MAKE_POST_SELL_ROOT_DOMAIN:-localhost}
# Root URL for make_post_sell
app.make_post_sell.root_url = ${MAKE_POST_SELL_ROOT_URL:-http://localhost:6502}
app.make_post_sell.root_url = ${MAKE_POST_SELL_ROOT_URL:-http://localhost:6501}
# Optional: Email for the root domain owner
app.make_post_sell.root_domain_owner_email = ${MAKE_POST_SELL_DOMAIN_OWNER_EMAIL:-changeme@example.com}