Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit b9347de

Browse files
committed
Set default dashboard
1 parent 58cc295 commit b9347de

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

exercises/exercise_000_sudoku_solver_initial_state/src/main/scala/org/lunatechlabs/dotty/SudokuSolverMain.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,5 @@ object SudokuSolverMain {
4646
Kamon.init()
4747

4848
val system = ActorSystem[NotUsed](Main(), "sudoku-solver-system")
49-
50-
println(s"${GREEN}Hit RETURN to stop solver${RESET}")
51-
// StdIn.readLine()
52-
// system.terminate()
5349
}
5450
}

infrastructure/grafana/etc/grafana.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ versions_to_keep = 20
418418
min_refresh_interval = 5s
419419

420420
# Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
421-
default_home_dashboard_path =
421+
default_home_dashboard_path = /etc/grafana/provisioning/dashboards/main-dashboard.json
422422

423423
################################### Data sources #########################
424424
[datasources]

0 commit comments

Comments
 (0)