Merge pull request #9167 from backstage/rugvip/host
backend-common: fix config schema using address rather than host
This commit is contained in:
Vendored
+1
-1
@@ -41,7 +41,7 @@ export interface Config {
|
||||
| string
|
||||
| {
|
||||
/** Address of the interface that the backend should bind to. */
|
||||
address?: string;
|
||||
host?: string;
|
||||
/** Port that the backend should listen to. */
|
||||
port?: string | number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user