Don't track site specific configuration in the repository.

This commit is contained in:
Brian O'Reilly 2025-12-10 15:06:50 -05:00
parent afa9f2e172
commit ff17490b35
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
#!/usr/bin/env bash
export ASTEROID_STREAM_URL='http://ice.asteroid.radio'
# Ensure you copy this file to 'environment.sh' in this directory, and
# change it to match your own stream configuration.
export ASTEROID_STREAM_URL='http://localhost:8080'
# source this file prior to starting the asteroid containers. Set the
# DB name and access params here.