> For the complete documentation index, see [llms.txt](https://mandarineframework.gitbook.io/mandarine-ts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-core/mandarine-json.md).

# Mandarine.json

By creating a file called `mandarine.json` in the root of your current working directory, you can assign some behaviors to Mandarine.

**Json structure**&#x20;

```typescript
    propertiesFilePath: string;
    denoEnv: {
        [prop: string]: string
    }
```

* propertiesFilePath
  * defines the path of your **properties.json** file without having to necessarily have `./src/main/resources/properties.json` which is the default location [(See more here)](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-core/properties#setting-your-own-properties)
* denoEnv
  * allows the creation of *Deno environmental* keys & values.&#x20;
