alpha
Login
or
Join now
zzstoatzz.io
/
zds
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.
zig pds
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
Point Fly deployment at pds.zat.dev
author
zzstoatzz
date
2 months ago
(May 21, 2026, 10:27 AM -0500)
commit
08cf7138
08cf7138f80c201978b391c31ef123b780625aaa
parent
f8703eb4
f8703eb4f324a49b1ec975647f9c614c67d2f5fe
+3
-3
1 changed file
Expand all
Collapse all
Unified
Split
fly.toml
+3
-3
fly.toml
View file
Reviewed
···
7
7
[env]
8
8
ZDS_HOST = "0.0.0.0"
9
9
ZDS_DB = "/data/zds.sqlite3"
10
10
-
ZDS_PUBLIC_URL = "https://zds-pds.fly.dev"
11
11
-
ZDS_SERVER_DID = "did:web:zds-pds.fly.dev"
12
12
-
ZDS_HANDLE_DOMAINS = ".zds-pds.fly.dev,zds-pds.fly.dev"
10
10
+
ZDS_PUBLIC_URL = "https://pds.zat.dev"
11
11
+
ZDS_SERVER_DID = "did:web:pds.zat.dev"
12
12
+
ZDS_HANDLE_DOMAINS = ".pds.zat.dev,pds.zat.dev"
13
13
ZDS_BLOB_UPLOAD_LIMIT = "100000000"
14
14
15
15
[[mounts]]