v4.0.0-rc
This commit is contained in:
@@ -21,13 +21,17 @@ GLACIER_ALLOW_SERVICES = false;
|
||||
# - Binary-redistributable software (BIN-REDIST)
|
||||
# - End-user-license-agreement (EULA)
|
||||
# If, for any reason, a package uses a custom license, you can simply add it to this list.
|
||||
GLACIER_ALLOWED_LICENSES = [ "GPL", "MIT", "BSD", "APACHE" ]
|
||||
GLACIER_ALLOWED_LICENSES = [ "GPL", "MIT", "BSD", "APACHE" ];
|
||||
|
||||
# Package integrity checking
|
||||
# WARNING: It is strongly recommended to keep this enabled.
|
||||
# This ensures all incoming packages are not tampered with.
|
||||
GLACIER_DO_INT_CHECK = true;
|
||||
|
||||
# Verbose logging
|
||||
# Enable this option to see exta verbosity.
|
||||
GLACIER_VERBOSE = false;
|
||||
|
||||
# Profile-specific settings
|
||||
# WARNING: The settings below are tied into the system's profile. Changing any of these manually
|
||||
# will certainly cause breakage.
|
||||
|
||||
Reference in New Issue
Block a user