11 lines
293 B
Bash
Executable File
11 lines
293 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export ASTEROID_STREAM_URL='http://ice.asteroid.radio'
|
|
|
|
# source this file prior to starting the asteroid containers. Set the
|
|
# DB name and access params here.
|
|
|
|
export ASTEROID_DB_NAME=asteroid
|
|
export ASTEROID_DB_USER=asteroid
|
|
export ASTEROID_DB_PASSWORD=asteroid_db_2025
|