refactor(server): resource paths (#13194)

This commit is contained in:
Jason Rasmussen 2024-10-04 17:09:02 -04:00 committed by GitHub
parent 5d0a4bb1a5
commit 6bbaba7866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 68 additions and 29 deletions

View file

@ -41,6 +41,21 @@ export interface EnvData {
server: string;
};
resourcePaths: {
lockFile: string;
geodata: {
dateFile: string;
admin1: string;
admin2: string;
cities500: string;
naturalEarthCountriesPath: string;
};
web: {
root: string;
indexHtml: string;
};
};
storage: {
ignoreMountCheckErrors: boolean;
};