mirror of
https://github.com/caprover/caprover
synced 2026-08-04 06:41:01 +00:00
17 lines
503 B
JavaScript
Executable File
17 lines
503 B
JavaScript
Executable File
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const SAMPLE_DOMAIN = "captain.captainroot.yourdomain.com";
|
|
const SAMPLE_IP = "123.123.123.123";
|
|
const DEFAULT_PASSWORD = "captain42";
|
|
const DEFAULT_BRANCH_TO_PUSH = "branchToPush";
|
|
const DEFAULT_APP_NAME = "appName";
|
|
const EMPTY_STRING = "";
|
|
exports.default = {
|
|
SAMPLE_DOMAIN,
|
|
SAMPLE_IP,
|
|
DEFAULT_PASSWORD,
|
|
DEFAULT_BRANCH_TO_PUSH,
|
|
DEFAULT_APP_NAME,
|
|
EMPTY_STRING
|
|
};
|
|
//# sourceMappingURL=Constants.js.map
|