libretime/config.local.yml.bak.20251001102251

26 lines
528 B
Plaintext

general:
public_url: "http://localhost:8080"
api_key: "dJA8shP8Epyx5TX5Ye4EYxCJ2RaGCBP2Dl8lcv6T"
secret_key: "PnEuyp3Ibko6O6tAArchoEHR7SNxH5XvFrp6xi9x"
database:
engine: postgres
name: "libretime"
user: "libretime"
password: "libretime"
host: "postgres"
port: 5432
rabbitmq:
host: "rabbitmq"
username: "libretime"
password: "libretime"
vhost: "/libretime"
icecast:
source_password: "changeme"
admin_password: "changeme"
relay_password: "changeme"
admin_user: "admin"
hostname: "localhost"