Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,8 +23,8 @@ from sentinelhub import SHConfig
|
|
| 23 |
# config = SHConfig(config_location=CONFIG_FILE)
|
| 24 |
config = SHConfig(
|
| 25 |
use_defaults=True,
|
| 26 |
-
sh_client_id=os.getenv("
|
| 27 |
-
sh_client_secret=os.getenv("
|
| 28 |
)
|
| 29 |
|
| 30 |
app = FastAPI()
|
|
|
|
| 23 |
# config = SHConfig(config_location=CONFIG_FILE)
|
| 24 |
config = SHConfig(
|
| 25 |
use_defaults=True,
|
| 26 |
+
sh_client_id=os.getenv("6d0ce745-30fd-4477-8c87-6e8e546bdd86"),
|
| 27 |
+
sh_client_secret=os.getenv("W8wWEIwevW45XFsw3cDGq0cszcYgbsnj")
|
| 28 |
)
|
| 29 |
|
| 30 |
app = FastAPI()
|