Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Change domain to de.coronastatus.eu
Browse files Browse the repository at this point in the history
Unfortunately coronastatus.de is already taken. As a bonus, the pattern
{country}.coronastatus.eu gives us a fall-back for all european
countries where the domain is not available.
  • Loading branch information
trkoch committed Apr 10, 2020
1 parent 74f5419 commit e8f7c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/countrySpecific/de/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Config } from '../../domain/types';

export const countrySpecificConfig: Config = {
BASE_URL: 'coronastatus.de',
BASE_URL: 'de.coronastatus.eu',
COUNTRY_CODE: 'de',
DB_PATH: './covid_db',
LOCALE: 'de-DE',
Expand Down

0 comments on commit e8f7c8f

Please sign in to comment.