- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for ___change__me___ (0.08 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.6K bytes - Click Count (0) -
src/main/resources/fess_config.properties
search_engine.heartbeat_interval=10000 # Cipher algorithm used for encryption. app.cipher.algorithm=aes # Secret key for encryption (change this value for production). app.cipher.key=___change__me___ # Algorithm for digest calculation. app.digest.algorithm=sha256 # Regex pattern for properties to encrypt. app.encrypt.property.pattern=.*password|.*key|.*token|.*secret
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. aes */ String APP_CIPHER_ALGORITHM = "app.cipher.algorithm"; /** The key of the configuration. e.g. ___change__me___ */ String APP_CIPHER_KEY = "app.cipher.key"; /** The key of the configuration. e.g. sha256 */ String APP_DIGEST_ALGORITHM = "app.digest.algorithm";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)