You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pages/lunadefend/cli/deploy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ sidebar_position: 3
23
23
LunaDefend can be deployed to AWS using the LunaDefend CLI, available in the `@lunasec/cli` npm package. More information on installing and using the CLI can be
24
24
found in the [Getting Started Guide](/pages/lunadefend/getting-started/dedicated-tokenizer/introduction)
25
25
26
-
The deploy command configures a deployment by reading the closest `lunasec.js` file to the current directory. The CLI tool will
26
+
The deploy command configures a deployment by reading the closest `lunadefend.js` file to the current directory. The CLI tool will
27
27
recursively search in parent directories for this file until it gets to the root of the file system.
28
28
29
29
For a standard deployment of LunaDefend, you will only need to specify:
Copy file name to clipboardexpand all lines: docs/pages/lunadefend/deployment/deploy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In order to deploy LunaDefend into your infrastructure, you are going to need tw
29
29
30
30
The CLI can be installed via NPM, as described in the [getting started guide](/pages/lunadefend/getting-started/dedicated-tokenizer/introduction/#cli).
31
31
32
-
The LunaDefend CLI tool needs a configuration file which reflects your infrastructure. To do this, create the file (or add to your existing) `lunasec.js`
32
+
The LunaDefend CLI tool needs a configuration file which reflects your infrastructure. To do this, create the file (or add to your existing) `lunadefend.js`
Copy file name to clipboardexpand all lines: docs/pages/lunadefend/getting-started/dedicated-tokenizer/introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ lunasec --version
54
54
```
55
55
and we should see that the CLI is installed.
56
56
57
-
The LunaDefend CLI needs to be configured to know where your application's front and back end are. To do this, in the root of your repository create the file `lunasec.js` with the contents:
57
+
The LunaDefend CLI needs to be configured to know where your application's front and back end are. To do this, in the root of your repository create the file `lunadefend.js` with the contents:
Copy file name to clipboardexpand all lines: docs/pages/lunadefend/how-it-works/grants.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ applications that might need to detokenize a token more than 15 minutes after it
36
36
[can be customized](/pages/lunadefend/node-sdk/classes/Grants/)
37
37
during creation if you find that you need a longer duration, up to your configured maximum.
38
38
39
-
The default duration and maximum duration can be configured in your `lunasec.js`[config file](/pages/lunadefend/cli-config/interfaces/DeploymentConfigOptions/),
39
+
The default duration and maximum duration can be configured in your `lunadefend.js`[config file](/pages/lunadefend/cli-config/interfaces/DeploymentConfigOptions/),
0 commit comments