@@ -34,9 +34,9 @@ Editoria uses [INK](https://gitlab.coko.foundation/INK/ink-api) in order to conv
For this to work, you need a valid username and password for a running INK instance on a server.
To use these credentials in Editoria, you need to pass the app three enviroment variables, namely `INK_ENDPOINT`, `INK_USERNAME` and `INK_PASSWORD`.
You can pass those in the `.env.production` or `.env.dev` files that you'll find in the project's root directory.
Please note that these files will be generated automatically the first time you run the `setupdb` command for a production or development database respectively.
You'll find a sample configuration in the [.env.sample]() file in the root directory.
You can pass those in the `.env.production` file that you'll find in the project's root directory.
Please note that this file will be generated automatically the first time you run the `setupdb` command.
You'll find a sample configuration in the [.env.sample]() file in the root directory.
<!--- We provide default valid credentials already for demo purposes on our own INK instance. --->
<!--- If you simply want to try this out, you can uncomment the `INK_USERNAME`, `INK_PASSWORD` and `INK_ENDPOINT` environment variables in the `.env.production` file. --->