File tree Expand file tree Collapse file tree
osse-web/src/app/home/track Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export OSSE_DIRECTORIES=""
1515export OSSE_ALLOW_REGISTRATION = true
1616
1717# Storage (config, cache, database). Path will be created if not present.
18- LARAVEL_STORAGE_PATH = " ~/.config/osse-2 "
18+ LARAVEL_STORAGE_PATH = " ~/.config/osse"
Original file line number Diff line number Diff line change 2525 </ div >
2626 </ div >
2727 } @else {
28- < div class ="flex flex-wrap items-center place-items-center gap-x- 2 w-full p-4 ">
28+ < div class ="flex flex-wrap items-center place-items-center gap-2 w-full p-4 ">
2929 < button class ="btn btn-primary py-6 group " (click) ="playTrack() " title ="Play Track " aria-label ="Play Track "
3030 accesskey ="p ">
3131 < app-icon class ="group-hover:opacity-95 " [icon] ="play " align ="middle "> </ app-icon >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ generate_caddy() {
6464 envsubst < deployment/Caddyfile.template > Caddyfile
6565
6666 # Use angular dev server in dev, use build files in prod.
67- if [ " $OSSE_ENV " = " dev " ]; then
67+ if [ " $OSSE_ENV " = " local " ]; then
6868 REPLACE=" reverse_proxy http://localhost:4200"
6969 else
7070 REPLACE=" try_files {path} /index.html\nfile_server"
You can’t perform that action at this time.
0 commit comments