Skip to Content
🎉 Univer 0.5.5 is released.Read more →

Internal Components Setup

Setup default password

The default password is only effective during the initial installation. Once the installation is successful, it cannot be changed through the steps we provide next. However, you can try changing it using the official guide for the component.

After add .env.custom file, you can install service by: bash run.sh

PostgreSQL

Write to the .env.custom

DATABASE_USERNAME=postgres DATABASE_PASSWORD=postgres

RabbitMQ

Write to the .env.custom

RABBITMQ_USERNAME=guest RABBITMQ_PASSWORD=guest

S3

Write to the .env.custom

S3_USER=minio S3_PASSWORD=minio123456
Last updated on

Was this page helpful?