Skip to content

Commit

Permalink
delete file
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnichol committed Aug 3, 2021
1 parent 1a67573 commit c7c21ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clowder/delete_file_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

url = sys.argv[1]
api_key = sys.argv[2]
file_id = '61097c7b5e0e0d2b3985e763'
file_id = sys.argv[3]

client = pyclowder.datasets.ClowderClient(host=url, key=api_key)

Expand Down
4 changes: 2 additions & 2 deletions env-file-demo/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SECRET=this is the secret
NAME=anubis
PASSWORD=amanaplanacanalpanama
ADMIN_USER=ANUBIS
4 changes: 2 additions & 2 deletions env-file-demo/env-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
image: tcnichol/envdemo:latest
restart: unless-stopped
environment:
PASSWORD: "${SECRET}"
USER: "${NAME}"
PASSWORD: "${PASSWORD}"
USER: "${ADMIN_USER}"

0 comments on commit c7c21ff

Please sign in to comment.