You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`FEDACH_DATA_PATH`| Filepath to FedACH data file |`./data/FedACHdir.txt`|
194
-
|`FEDWIRE_DATA_PATH`| Filepath to Fedwire data file |`./data/fpddir.txt`|
195
-
|`FRB_ROUTING_NUMBER`| Federal Reserve Board eServices (ABA) routing number used to download FedACH and FedWire files | Empty |
196
-
|`FRB_DOWNLOAD_CODE`| Federal Reserve Board eServices (ABA) download code used to download FedACH and FedWire files | Empty |
197
-
|`FRB_DOWNLOAD_URL_TEMPLATE`| URL Template for downloading files from alternate source |`https://frbservices.org/EPaymentsDirectory/directories/%s?format=json`|
198
-
|`LOG_FORMAT`| Format for logging lines to be written as. | Options: `json`, `plain` - Default: `plain`|
199
-
|`HTTP_BIND_ADDRESS`| Address for Fed to bind its HTTP server on. This overrides the command-line flag `-http.addr`. | Default: `:8086`|
200
-
|`HTTP_ADMIN_BIND_ADDRESS`| Address for Fed to bind its admin HTTP server on. This overrides the command-line flag `-admin.addr`. | Default: `:9096`|
201
-
|`HTTPS_CERT_FILE`| Filepath containing a certificate (or intermediate chain) to be served by the HTTP server. Requires all traffic be over secure HTTP. | Empty |
202
-
|`HTTPS_KEY_FILE`| Filepath of a private key matching the leaf certificate from `HTTPS_CERT_FILE`. | Empty |
|`FRB_ROUTING_NUMBER`| Federal Reserve Board eServices (ABA) routing number used to download FedACH and FedWire files | Empty |
199
+
|`FRB_DOWNLOAD_CODE`| Federal Reserve Board eServices (ABA) download code used to download FedACH and FedWire files | Empty |
200
+
|`FRB_DOWNLOAD_URL_TEMPLATE`| URL Template for downloading files from alternate source |`https://frbservices.org/EPaymentsDirectory/directories/%s?format=json`|
201
+
|`LOG_FORMAT`| Format for logging lines to be written as. | Options: `json`, `plain` - Default: `plain`|
202
+
|`HTTP_BIND_ADDRESS`| Address for Fed to bind its HTTP server on. This overrides the command-line flag `-http.addr`. | Default: `:8086`|
203
+
|`HTTP_ADMIN_BIND_ADDRESS`| Address for Fed to bind its admin HTTP server on. This overrides the command-line flag `-admin.addr`. | Default: `:9096`|
204
+
|`HTTPS_CERT_FILE`| Filepath containing a certificate (or intermediate chain) to be served by the HTTP server. Requires all traffic be over secure HTTP. | Empty |
205
+
|`HTTPS_KEY_FILE`| Filepath of a private key matching the leaf certificate from `HTTPS_CERT_FILE`. | Empty |
203
206
204
207
### Data persistence
205
208
By design, Fed **does not persist** (save) any data about the search queries created. The only storage occurs in memory of the process and upon restart Fed will have no files or data saved. Also, no in-memory encryption of the data is performed.
0 commit comments