Skip to content

Commit 13234c9

Browse files
committed
fix: update all refs dronetm.hotosm.org --> drone.hotosm.org
1 parent 323bcac commit 13234c9

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

backend/app/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ async def lifespan(app: FastAPI):
7070
"https://fair.testlogin.hotosm.org",
7171
"https://umap.testlogin.hotosm.org",
7272
"https://export.testlogin.hotosm.org",
73-
"https://dronetm.hotosm.org",
7473
"https://drone.hotosm.org",
7574
"https://drone-dev.hotosm.org",
7675
"https://dev.drone.hotosm.org",

docs/src/projects/drone-tm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ document.addEventListener('logout', () => {
290290
# src/frontend/.env
291291
VITE_AUTH_PROVIDER=hanko
292292
VITE_HANKO_URL=https://login.hotosm.org
293-
VITE_FRONTEND_URL=https://dronetm.hotosm.org
293+
VITE_FRONTEND_URL=https://drone.hotosm.org
294294
```
295295

296296
---

frontend/public/docs/projects/drone-tm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ <h3 id="3-environment-variables">3. Environment Variables<a class="headerlink" h
13811381
<div class="language-bash highlight"><pre><span></span><code><span id="__span-13-1"><a id="__codelineno-13-1" name="__codelineno-13-1" href="#__codelineno-13-1"></a><span class="c1"># src/frontend/.env</span>
13821382
</span><span id="__span-13-2"><a id="__codelineno-13-2" name="__codelineno-13-2" href="#__codelineno-13-2"></a><span class="nv">VITE_AUTH_PROVIDER</span><span class="o">=</span>hanko
13831383
</span><span id="__span-13-3"><a id="__codelineno-13-3" name="__codelineno-13-3" href="#__codelineno-13-3"></a><span class="nv">VITE_HANKO_URL</span><span class="o">=</span>https://login.hotosm.org
1384-
</span><span id="__span-13-4"><a id="__codelineno-13-4" name="__codelineno-13-4" href="#__codelineno-13-4"></a><span class="nv">VITE_FRONTEND_URL</span><span class="o">=</span>https://dronetm.hotosm.org
1384+
</span><span id="__span-13-4"><a id="__codelineno-13-4" name="__codelineno-13-4" href="#__codelineno-13-4"></a><span class="nv">VITE_FRONTEND_URL</span><span class="o">=</span>https://drone.hotosm.org
13851385
</span></code></pre></div>
13861386
<hr />
13871387
<h2 id="auth-flow">Auth Flow<a class="headerlink" href="#auth-flow" title="Permanent link">&para;</a></h2>

hanko-config.yaml.example

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ server:
2222
- "https://dev.login.hotosm.org"
2323
- "https://portal.hotosm.org"
2424
- "https://login.hotosm.org"
25-
- "https://dronetm.hotosm.org"
2625
- "https://drone.hotosm.org"
2726
- "https://drone-dev.hotosm.org"
2827
- "https://fair.hotosm.org"
@@ -124,7 +123,7 @@ session:
124123
- "https://dev.login.hotosm.org"
125124
- "https://portal.hotosm.org"
126125
- "https://login.hotosm.org"
127-
- "https://dronetm.hotosm.org"
126+
- "https://drone.hotosm.org"
128127
- "https://fair.hotosm.org"
129128
- "https://fair-dev.hotosm.org"
130129
- "https://openaerialmap.hotosm.org"
@@ -163,7 +162,7 @@ third_party:
163162
- "https://dev.login.hotosm.org/**"
164163
- "https://portal.hotosm.org/**"
165164
- "https://login.hotosm.org/**"
166-
- "https://dronetm.hotosm.org/**"
165+
- "https://drone.hotosm.org/**"
167166
- "https://fair.hotosm.org/**"
168167
- "https://fair-dev.hotosm.org/**"
169168
- "https://openaerialmap.hotosm.org/**"

0 commit comments

Comments
 (0)