diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a3f8406 --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +PUBLIC_GRAPHQL_API_URL=http://localhost:3000/graphql +PUBLIC_OIDC_CLIENT_ID=reaction-admin-core +PUBLIC_OIDC_URL=http://localhost:4444 +PUBLIC_ROOT_URL=http://localhost:8081 \ No newline at end of file