diff --git a/app/login/page.tsx b/app/login/page.tsx index de8a6ae..6ee4249 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -10,7 +10,7 @@ export default function Login() { return (

- Log in to b01lers CTF + Log in to b01lers internal CTF

diff --git a/app/recover/RecoverContent.tsx b/app/recover/RecoverContent.tsx index 34865b7..1cb2c77 100644 --- a/app/recover/RecoverContent.tsx +++ b/app/recover/RecoverContent.tsx @@ -29,7 +29,7 @@ export default function RecoverContent() { return !recovered ? ( <>

- Recover your b01lers CTF account + Recover your b01lers internal CTF account

- Register for b01lers CTF + Register for b01lers internal CTF

Please register one account per team. diff --git a/components/CTFNotStarted.tsx b/components/CTFNotStarted.tsx index 142f8ea..9fc1eaf 100644 --- a/components/CTFNotStarted.tsx +++ b/components/CTFNotStarted.tsx @@ -7,7 +7,7 @@ export default function CTFNotStarted() {

- b01lers CTF has not started yet. + b01lers internal CTF has not started yet.

diff --git a/next.config.js b/next.config.js index 7c80aaa..491e16c 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { env: { - API_BASE: 'http://ctf.b01lers.com:9000/api/v1', + API_BASE: 'http://ctf.b01lers.com:9001/api/v1', KLODD_URL: 'https://instancer.b01lersc.tf' }, logging: {