This commit is contained in:
root
2025-11-29 21:48:10 +05:00
parent 82415ad5ff
commit cd233bf4c0
24 changed files with 1747 additions and 16 deletions
+12
View File
@@ -82,3 +82,15 @@ deep-research.api.timeout=1800000
# Используйте тот же secret-base64, что и в сервисе, выдающем токены
# Формат: base64-encoded secret key
security.jwt.secret-base64=ZmFrZV9zZWNyZXRfMTIzNDU2Nzg5MGFiY2RlZmFrZV9zZWNyZXRfMTIzNDU2Nzg5MGFiY2Rl
# Encryption Configuration for Social Media Credentials
# Base64-encoded AES-256 key (32 bytes = 256 bits)
# Generate a key: openssl rand -base64 32
# IMPORTANT: Change this in production!
encryption.secret-key=ZmFrZV9zZWNyZXRfMTIzNDU2Nzg5MGFiY2RlZmFrZV9zZWNyZXRfMTIzNDU2Nzg5MGFiY2Rl
# Posting Scheduler Configuration
posting.scheduler.enabled=true
# Facebook API Configuration
facebook.api.timeout=30000