Skip to content

Commit

Permalink
Update Main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
biermapa authored May 3, 2023
1 parent 3df3c15 commit 0e4adc8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/public/modules/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Main extends Component {
super(props)
this.socket = props.socket.client

this.defaults = "sql_db"
this.defaults = "prod"
// this.defaults = "pascal2"

// TODO: was macht das/kann das entfernt werden/ersertzt?
Expand Down Expand Up @@ -184,6 +184,14 @@ class Main extends Component {
stationList_string: "Coronastation",
patientID: "Patient102",
},
prod:{
starttime: "2021-01-01",
endtime: "2021-01-02",
patientList_string: "",
pathogenList_string: "",
stationList_string: "",
patientID: "",
},
pathogenList_string: "COV",
stationList_string: "Station 14",
}
Expand Down

0 comments on commit 0e4adc8

Please sign in to comment.