Skip to content

Commit

Permalink
port
Browse files Browse the repository at this point in the history
  • Loading branch information
Dspil committed Feb 12, 2024
1 parent e70ebd9 commit dbc66c8
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/5432"
val API_HOST = "http://129.132.31.71/51934"

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

0 comments on commit dbc66c8

Please sign in to comment.