Enable internal exception display in .env configuration
This commit is contained in:
parent
9dd8c39ce1
commit
97757bec5f
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
@ -6,7 +6,7 @@ SB_INSTANCE_NAME=Socialbox
|
||||||
SB_RPC_ENDPOINT=http://127.0.0.0:8085/
|
SB_RPC_ENDPOINT=http://127.0.0.0:8085/
|
||||||
SB_LOGGING_CONSOLE_ENABLED=true
|
SB_LOGGING_CONSOLE_ENABLED=true
|
||||||
SB_LOGGING_CONSOLE_LEVEL=info
|
SB_LOGGING_CONSOLE_LEVEL=info
|
||||||
SB_SECURITY_DISPLAY_INTERNAL_EXCEPTIONS=false
|
SB_SECURITY_DISPLAY_INTERNAL_EXCEPTIONS=true
|
||||||
SB_CRYPTO_KEYPAIR_EXPIRES=<duration>
|
SB_CRYPTO_KEYPAIR_EXPIRES=<duration>
|
||||||
SB_CRYPTO_ENCRYPTION_KEYS_ALGORITHM=xchacha20
|
SB_CRYPTO_ENCRYPTION_KEYS_ALGORITHM=xchacha20
|
||||||
SB_CRYPTO_TRANSPORT_ENCRYPTION_ALGORITHM=chacha20
|
SB_CRYPTO_TRANSPORT_ENCRYPTION_ALGORITHM=chacha20
|
||||||
|
|
Loading…
Add table
Reference in a new issue