# ------------------------------------------------------------------------------ # ~/.env # Utility Server settings # # Product/Info: # https://jekyll.one # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE # # ------------------------------------------------------------------------------ # NOTE: # The DOTENV file is used to set all environment variables used by # the (external) OAuth Client # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # Environmental settings # values: production|development|test # NODE_ENV=development # ------------------------------------------------------------------------------ # Git Client settings # PATH_TO_REPO="../.." # ------------------------------------------------------------------------------ # OAuth Client settings # PORT=13000 ORIGIN=localhost GIT_HOSTNAME=https://github.com OAUTH_PROVIDER=github # ------------------------------------------------------------------------------ # OAuth settings (OAuth App) # ------------------------------------------------------------------------------ # GITHUB credentials # # REPO: e.g. "jekyll-one-org/template" # URL: e.g. "http://localhost:41000/" # OA_APP: e.g "j1-starter-local-41k" # SCOPE="repo, user" OAUTH_CLIENT_ID= OAUTH_CLIENT_SECRET=