diff --git a/config.properties b/config.properties index adc11a7..aa923d6 100644 --- a/config.properties +++ b/config.properties @@ -12,7 +12,7 @@ CAPTCHA_API_KEY:INSERT_HERE # Public API URL API_URL:https://pipedapi.kavin.rocks # Public Frontend URL -FRONTEND_URL:https://piped.kavin.rocks +FRONTEND_URL:https://piped.video # Enable haveibeenpwned compromised password API COMPROMISED_PASSWORD_CHECK:true # Disable Registration @@ -34,9 +34,9 @@ DISABLE_SERVER:false DISABLE_LBRY:false # How long should unauthenticated subscriptions last for SUBSCRIPTIONS_EXPIRY:30 -# Sentry DSN -# Use Sentry to log errors and trace performance -#SENTRY_DSN:INSERT_HERE +# Sentry DSN +# Use Sentry to log errors and trace performance +#SENTRY_DSN:INSERT_HERE # Hibernate properties hibernate.connection.url:jdbc:postgresql://postgres:5432/piped hibernate.connection.driver_class:org.postgresql.Driver diff --git a/src/main/java/me/kavin/piped/consts/Constants.java b/src/main/java/me/kavin/piped/consts/Constants.java index 16b99a5..63de8e9 100644 --- a/src/main/java/me/kavin/piped/consts/Constants.java +++ b/src/main/java/me/kavin/piped/consts/Constants.java @@ -97,7 +97,7 @@ public class Constants { PUBSUB_URL = getProperty(prop, "PUBSUB_URL", PUBLIC_URL); PUBSUB_HUB_URL = getProperty(prop, "PUBSUB_HUB_URL", "https://pubsubhubbub.appspot.com/subscribe"); HTTP_PROXY = getProperty(prop, "HTTP_PROXY"); - FRONTEND_URL = getProperty(prop, "FRONTEND_URL", "https://piped.kavin.rocks"); + FRONTEND_URL = getProperty(prop, "FRONTEND_URL", "https://piped.video"); COMPROMISED_PASSWORD_CHECK = Boolean.parseBoolean(getProperty(prop, "COMPROMISED_PASSWORD_CHECK", "true")); DISABLE_REGISTRATION = Boolean.parseBoolean(getProperty(prop, "DISABLE_REGISTRATION", "false")); FEED_RETENTION = Integer.parseInt(getProperty(prop, "FEED_RETENTION", "30")); diff --git a/testing/config.cockroachdb.properties b/testing/config.cockroachdb.properties index 8073d67..b6d2294 100644 --- a/testing/config.cockroachdb.properties +++ b/testing/config.cockroachdb.properties @@ -5,7 +5,7 @@ PROXY_PART:https://pipedproxy-ams.kavin.rocks # Public API URL API_URL:https://pipedapi.kavin.rocks # Public Frontend URL -FRONTEND_URL:https://piped.kavin.rocks +FRONTEND_URL:https://piped.video # Hibernate properties hibernate.connection.url:jdbc:postgresql://cockroachdb:26257/defaultdb?sslmode=disable hibernate.connection.driver_class:org.postgresql.Driver diff --git a/testing/config.hsqldb.properties b/testing/config.hsqldb.properties index 53552f6..4c8ebe2 100644 --- a/testing/config.hsqldb.properties +++ b/testing/config.hsqldb.properties @@ -8,7 +8,7 @@ PROXY_PART: https://pipedproxy-ams.kavin.rocks API_URL: https://pipedapi.kavin.rocks # Public Frontend URL -FRONTEND_URL: https://piped.kavin.rocks +FRONTEND_URL: https://piped.video # Hibernate properties hibernate.connection.url: jdbc:hsqldb:mem:memdb;sql.syntax_pgs=true diff --git a/testing/config.yugabytedb.properties b/testing/config.yugabytedb.properties index 39979a0..874af62 100644 --- a/testing/config.yugabytedb.properties +++ b/testing/config.yugabytedb.properties @@ -8,7 +8,7 @@ PROXY_PART: https://pipedproxy-ams.kavin.rocks API_URL: https://pipedapi.kavin.rocks # Public Frontend URL -FRONTEND_URL: https://piped.kavin.rocks +FRONTEND_URL: https://piped.video # Hibernate properties hibernate.connection.url: jdbc:postgresql://yb-tserver:5433/yugabyte