switching back to staging choreo
This commit is contained in:
parent
15158ccfa5
commit
7e042f127f
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ class Environment {
|
|||
}
|
||||
|
||||
static String get choreoApi {
|
||||
return "http://localhost:8000/choreo";
|
||||
// return dotenv.env['CHOREO_API'] ?? 'Not found';
|
||||
// return "http://localhost:8000/choreo";
|
||||
return dotenv.env['CHOREO_API'] ?? 'Not found';
|
||||
}
|
||||
|
||||
static String get choreoApiKey {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue