Commit 8e91704d83c8345a1145b45ed949210cdca9362e

Authored by George Vlahavas
1 parent 753f21d57b

Remove sed for grafana

Showing 1 changed file with 0 additions and 1 deletions

api/start.sh View file @ 8e91704
1 1 #!/bin/sh
2 2  
3   -sed -i "s|http://localhost:5611|${APP_URL}:5611|g" public/js/*
4 3 sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .env
5 4  
6 5 php-fpm