environment.sh
1 #!/usr/bin/env bash 2 3 export ASTEROID_STREAM_URL='http://ice.asteroid.radio' 4 5 # source this file prior to starting the asteroid containers. Set the 6 # DB name and access params here. 7 8 export ASTEROID_DB_NAME=asteroid 9 export ASTEROID_DB_USER=asteroid 10 export ASTEROID_DB_PASSWORD=asteroid_db_2025