Skip to content

Commit

Permalink
Remove unused KOSLI_ORG from .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jul 24, 2024
1 parent 5d0a3e6 commit cc262a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# - in the Makefiles when running locally
# - in the CI yml file's deploy: job just before the 'docker compose up' command.

KOSLI_ORG=[your-kosli-org-name] # Set this
DOCKER_ORG_NAME=[your-lowercased-docker-org-name] # Set this

DOCKER_REGISTRY=ghcr.io # If you change this, change it in the workflow yml files too
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ Create a Kosli Environment to record what is running in this fake deployment.
## Set the .env file variables

- Edit (and save) the [.env](.env) file as follows:
- KOSLI_ORG to the name of your Kosli personal Org (your GitHub username)
- DOCKER_ORG_NAME to your GitHub username in lowercase
- REPO_NAME if you changed it from `playground`
- REPO_NAME (if you changed it from `playground`)


## Create a KOSLI_API_TOKEN and save it as a GitHub Action secret
Expand Down

0 comments on commit cc262a3

Please sign in to comment.