Skip to content
Snippets Groups Projects

AWS: remove config

1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -65,15 +65,9 @@ export interface NshmpConfig {
@@ -65,15 +65,9 @@ export interface NshmpConfig {
/** URL to site file. */
/** URL to site file. */
siteFileUrl: string;
siteFileUrl: string;
/** Intensity measure level for deagg-epsilon */
iml?: number;
/** Path inside model tarball for hazard code to run */
/** Path inside model tarball for hazard code to run */
modelPath?: string;
modelPath?: string;
/** Return period for deagg */
returnPeriod?: number;
/**
/**
* The URL to the repository of the hazard to use.
* The URL to the repository of the hazard to use.
*/
*/
Loading