Skip to content

Commit

Permalink
[Learning uploader] Rename conf file (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins authored Nov 27, 2023
1 parent 6bf93b4 commit 7c8142a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
from .upload import Lesson, API

CONF_FILE = "./learning-platform.conf.yaml"
CONF_FILE = "./learning-api.conf.yaml"
API_URLS = {
"staging": "https://learning-api-dev.quantum-computing.ibm.com",
"production": "https://learning-api.quantum-computing.ibm.com",
Expand Down

0 comments on commit 7c8142a

Please sign in to comment.