lipp / login-with

Stateless login-with microservice for OAuth

Home Page:https://login-with.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

initial values on mandatory env variables

sminthsonth opened this issue · comments

Hello!,

I want to test your oauth authentication using docker the thing is that i'm new into docker, i have red several docs but in the end i have no clue about which initial values do mandatory environment variables need in order to compile in terminal?

I need some guidance.

Here is my screen with my setup.

mmm

And here is the other screen with the terminal error.

docker error

it says cant find env variable, but i put it in my set up, please, help.

Hey @sminthsonth When you run a docker container it doesnt have the same env variables as your system. From the screenshot of your variables it looks like the windows ui.

You need to set the env variables on the docker container: https://github.com/lipp/login-with#deployment-with-docker shows you how

@sminthsonth can i close this issue?