aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/envshare/pkg/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'envshare/pkg/constants.ts')
-rw-r--r--envshare/pkg/constants.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/envshare/pkg/constants.ts b/envshare/pkg/constants.ts
deleted file mode 100644
index 09cc451..0000000
--- a/envshare/pkg/constants.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export const ID_LENGTH = 16;
-export const ENCRYPTION_KEY_LENGTH = 128;
-export const LATEST_KEY_VERSION = 2;