Skip to content
Snippets Groups Projects
Commit 4fabf894 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

Update README.md

parent dd686a5c
No related branches found
Tags 1.0.0
No related merge requests found
......@@ -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. --->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment