Skip to content

Commit

Permalink
update host to point to pm-server (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dspil authored Feb 19, 2024
1 parent 4c5d72c commit 5bf505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/silver/utility/ProgramSubmitter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import viper.silver.frontend.{SilFrontend}
trait ProgramSubmitter {

/** Protocol, IP address and port of server hosting the viper-data-collection API */
val API_HOST = "http://129.132.31.71:10000"
val API_HOST = "http://viper-server.inf.ethz.ch:10000"

/** Whether program will be submitted to database */
protected def allowSubmission: Boolean
Expand Down

0 comments on commit 5bf505f

Please sign in to comment.