alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update the base url in fly config
author
Wesley Finck
date
1 year ago
(May 21, 2025, 5:10 PM -0700)
commit
3d9a0db0
3d9a0db05a33c9e9fa25a12a80000653a0a5b43c
parent
525fefd5
525fefd5832d6b4108800ca84ada47213cc430c8
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
fly.toml
+1
-1
fly.toml
View file
Reviewed
···
24
24
[env]
25
25
NODE_ENV="dev"
26
26
ATPROTO_REDIRECT_URI="http://dev.api.annos.app/api/users/oauth/callback"
27
27
-
BASE_URL="https://dev.api.annos.app"
27
27
+
BASE_URL="https://api.dev.annos.app"
28
28
HOST="0.0.0.0"
29
29
APP_URL="https://dev.annos.app"