1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00

feat: Update country data management to use AdventureLog CDN for fetching flags and JSON files

This commit is contained in:
Sean Morley 2025-02-04 17:43:41 -05:00
parent 5f344cad83
commit 9b54af8d40
3 changed files with 67 additions and 22 deletions

View file

@ -302,5 +302,5 @@ LOGGING = {
},
},
}
# https://github.com/dr5hn/countries-states-cities-database/tags
COUNTRY_REGION_JSON_VERSION = 'v2.5'
ADVENTURELOG_CDN_URL = getenv('ADVENTURELOG_CDN_URL', 'https://cdn.adventurelog.app')