diff --git a/authentication/src/app/layout.tsx b/authentication/src/app/layout.tsx index 9c43841..d3513e3 100644 --- a/authentication/src/app/layout.tsx +++ b/authentication/src/app/layout.tsx @@ -11,7 +11,7 @@ const inter = Inter({ subsets: ['latin'] }); const APP_NAME = 'Next Ory'; const APP_DEFAULT_TITLE = 'Next Ory'; const APP_TITLE_TEMPLATE = `%s | ${APP_DEFAULT_TITLE}`; -const APP_DESCRIPTION = 'Get started with ORY authentication quickly and easily.'; +const APP_DESCRIPTION = 'Get started with Ory authentication quickly and easily.'; export const metadata = { applicationName: APP_NAME, diff --git a/dashboard/src/app/layout.tsx b/dashboard/src/app/layout.tsx index 6c716cf..3cbf18b 100644 --- a/dashboard/src/app/layout.tsx +++ b/dashboard/src/app/layout.tsx @@ -10,7 +10,7 @@ const inter = Inter({ subsets: ['latin'] }); const APP_NAME = 'Next Ory'; const APP_DEFAULT_TITLE = 'Next Ory'; const APP_TITLE_TEMPLATE = `%s | ${APP_DEFAULT_TITLE}`; -const APP_DESCRIPTION = 'Get started with ORY authentication quickly and easily.'; +const APP_DESCRIPTION = 'Get started with Ory authentication quickly and easily.'; export const metadata = { applicationName: APP_NAME, diff --git a/docker/ory-dev/.env b/docker/ory-dev/.env index 2d3b681..5714cfa 100644 --- a/docker/ory-dev/.env +++ b/docker/ory-dev/.env @@ -1,2 +1,2 @@ -# The URL of ORY Hydras admin API +# The URL of Ory Hydras admin API HYDRA_ADMIN_API=http://hydra:4445