Skip to content

Commit

Permalink
add doc on config.py.sample on APPLICATION_ROOT parameter - fix #483
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia authored and jacquesfize committed Apr 10, 2024
1 parent 7dbe3d8 commit d2b824e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apptax/config.py.sample
Expand Up @@ -13,6 +13,8 @@ TaxHub global settings file
SQLALCHEMY_DATABASE_URI = "postgresql://monuser:monpassachanger@localhost/taxhubdb"
SQLALCHEMY_TRACK_MODIFICATIONS = False

# Prefix that indicates where the application can be accessed within the web server's domain name. For example, setting APPLICATION_ROOT to '/taxhub' means that TaxHub is available at https://mondomaine.fr/taxhub.```
# "/" if the app is at the root of the domain
APPLICATION_ROOT = '/taxhub'
# Set this to 'https' if you use encryption
PREFERRED_URL_SCHEME = 'http'
Expand Down

0 comments on commit d2b824e

Please sign in to comment.