My fork of airsonic with experimental fixes and improvements. See branch "custom"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
airsonic-custom/integration-test/src/test/resources/application.properties

16 lines
517 B

airsonic.docker.port=4040
airsonic.ready.max_wait=80000
airsonic.ready.sleep_time=5000
# Use for dynamically generating a container as needed
spring.profiles.active=dynamic
airsonic.docker.image=airsonic/airsonic:${project.version}
# Use for testing against an existing/running container
#spring.profiles.active=existing
#airsonic.docker.container=1212be8a94e0
# Use for testing against a local instance
#spring.profiles.active=local
airsonic.server.port=8080
airsonic.server.default.music.dir=/tmp/airsonic/music