Feature/set up ssl for local development (#3482)

* Set up SSL for local development

* Update changelog
This commit is contained in:
Thomas Kaul
2024-06-15 10:53:20 +02:00
committed by GitHub
parent 519827045a
commit 6c2acf2aa6
6 changed files with 57 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ export const DEFAULT_CURRENCY = 'USD';
export const DEFAULT_DATE_FORMAT_MONTH_YEAR = 'MMM yyyy';
export const DEFAULT_LANGUAGE_CODE = 'en';
export const DEFAULT_PAGE_SIZE = 50;
export const DEFAULT_ROOT_URL = 'http://localhost:4200';
export const DEFAULT_ROOT_URL = 'https://localhost:4200';
// USX is handled separately
export const DERIVED_CURRENCIES = [