Move in progress apps temporarily
This commit is contained in:
parent
ba04aa108c
commit
6eaaf8e9be
360 changed files with 6171 additions and 55 deletions
|
|
@ -1,21 +0,0 @@
|
|||
import { ConvictSchema } from "./types";
|
||||
|
||||
export interface IServerConfig {
|
||||
address: string;
|
||||
port: number;
|
||||
}
|
||||
|
||||
export const ServerConfig: ConvictSchema<IServerConfig> = {
|
||||
address: {
|
||||
doc: "The IP address to bind the server to",
|
||||
format: "ipaddress",
|
||||
default: "0.0.0.0",
|
||||
env: "SERVER_ADDRESS",
|
||||
},
|
||||
port: {
|
||||
doc: "The port to bind the server to",
|
||||
format: "port",
|
||||
default: 3001,
|
||||
env: "SERVER_PORT",
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue