Don't track site specific configuration in the repository.
This commit is contained in:
parent
afa9f2e172
commit
ff17490b35
|
|
@ -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.
|
||||
Loading…
Reference in New Issue