Skip to content

Commit 6299304

Browse files
committed
chore: remove host and port from envs
1 parent a6d9b34 commit 6299304

3 files changed

Lines changed: 3 additions & 183 deletions

File tree

kolyma.nix

Lines changed: 0 additions & 180 deletions
This file was deleted.

module.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ let
6060
documentation = [ "https://github.com/floss-uz" ];
6161

6262
environment = {
63-
PORT = "${toString cfg.port}";
64-
HOSTNAME = cfg.host;
63+
# PORT = "${toString cfg.port}";
64+
# HOSTNAME = cfg.host;
6565
NODE_ENV = "production";
6666
};
6767

src/i18n/routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { defineRouting } from 'next-intl/routing'
22

33
export const routing = defineRouting({
44
locales: ['uz', 'en', 'ru'],
5-
defaultLocale: 'uz'
5+
defaultLocale: 'uz',
66
})

0 commit comments

Comments
 (0)