Skip to content
Snippets Groups Projects
Commit ec624db6 authored by john's avatar john
Browse files

comment out part about demo ink credentials

parent b51135c9
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ 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 `INK_USERNAME` and `INK_PASSWORD` environment variables in the `.env.production` file in the project's root directory, as well as the `INK_ENDPOINT` environment variable that will point to the running INK instance.
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.
<!--- 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. --->
<br>
Once that is done, you can run the app like so:
......
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