Skip to content

Commit

Permalink
0.0.473
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 9, 2024
1 parent 7b94f99 commit f79124d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const options = commandLineArgs(optionDefinitions);

if (options.generate) {
const hasuraKey = generateRandomKey(32);
const postgresKey = generateRandomKey(32);
const postgresKey = 'd2ef4e87ecc262ff4615887006d8b7b4'; // generateRandomKey(32);
const minioAccess = generateRandomKey(32);
const minioSecret = generateRandomKey(32);
// const jwt_secret = JSON.stringify(jwt({ secret: hasuraKey })).replace('"', '\"');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.472",
"version": "0.0.473",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit f79124d

Please sign in to comment.