config: move floodServerProxy to client DevServer script

This commit is contained in:
Jesse Chan
2021-01-30 19:18:30 +08:00
parent 5afa79b274
commit 6c858dfc0e
3 changed files with 5 additions and 14 deletions
-5
View File
@@ -73,11 +73,6 @@ export const configSchema = object({
// The port that Flood should listen for web connections on. [default: 3000]
floodServerPort: number().int().positive(),
// CLI argument: --proxy
// Used for development only. Not used in production.
// See the "Local Development" section of README.md for detail.
floodServerProxy: string().url().optional(),
// CLI argument: --maxhistorystates
// Flood keeps a history of torrent download and upload speeds.
// This value dictates the number of individual records per period to keep.