Update Open Archiver

This commit is contained in:
tremor021 2025-10-16 20:01:07 +02:00
parent a3adc32725
commit e6634aaa93

View File

@ -25,7 +25,6 @@ JWT_KEY="$(openssl rand -hex 32)"
SECRET_KEY="$(openssl rand -hex 32)"
IP_ADDR=$(hostname -I | awk '{print $1}')
msg_info "Setting up PostgreSQL"
DB_NAME="openarchiver_db"
DB_USER="openarchiver"