oh-my-muse/muse-cloud/scripts/dev/infra.env.example

15 lines
399 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 复制到 ~/.config/muse-repo/infra.env并填入真实密码。
# 真实密码来源于远端机器:
# - /srv/infra/postgres/env/postgres.env
# - /srv/infra/redis/env/redis.env
MUSE_POSTGRES_HOST=100.64.0.8
MUSE_POSTGRES_PORT=5433
MUSE_POSTGRES_DATABASE=muse_local
MUSE_POSTGRES_USERNAME=muse_dev
MUSE_POSTGRES_PASSWORD=
MUSE_REDIS_HOST=100.64.0.8
MUSE_REDIS_PORT=6379
MUSE_REDIS_PASSWORD=