Place the value listed in Epic Color Value in the Epic Color field.
Epic Color Value | Hex Color |
---|---|
ghx-label-1 |
#8d542e |
ghx-label-2 |
#ff8b00 |
ghx-label-3 |
#ffab01 |
ghx-label-4 |
#0052cc |
ghx-label-5 |
#505f79 |
ghx-label-6 |
#5fa321 |
#EXTM3U | |
#EXTINF:0,France Culture - direct | |
http://direct.franceculture.fr/live/franceculture-midfi.mp3 | |
#EXTINF:0,France Inter | |
http://icecast.radiofrance.fr/franceinter-hifi.aac?id=radiofrance | |
#EXTINF:0,France Musique | |
http://direct.francemusique.fr/live/francemusique-midfi.mp3 | |
#EXTINF:0,France Info | |
https://stream.radiofrance.fr/franceinfo/franceinfo_hifi.m3u8 | |
#EXTINF:0,France Culture - alternative link |
PROFILE=newProfile | |
# Create new profile | |
manageprofiles.sh -create \ | |
-profileName $PROFILE \ | |
-profilePath /opt/ibm/was/v7/profiles/$PROFILE \ | |
-templatePath /opt/ibm/was/v7/profileTemplates/default \ | |
-enableAdminSecurity false \ | |
-startingPort 31764 \ | |
-isDefault false \ |
apply plugin: 'application' | |
mainClassName = 'com.sourcerebels.Launcher' | |
run.systemProperties = System.properties |