diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-01-11 22:57:30 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-01-11 22:57:30 -0800 |
| commit | 992e0fd7ac2b0bd16dec0059531621ecaf63e17f (patch) | |
| tree | 0ff293a16ae90b1674265026b6fee76c4b28756c /.env.template | |
| parent | 1b05e7f5d9ad465b20f15d057ef43f8b924b7573 (diff) | |
implement partial upload and re-assemble
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..c250290 --- /dev/null +++ b/.env.template @@ -0,0 +1,6 @@ +BOT_TOKEN= +PGHOST= +PGDATABASE= +PGUSER= +PGPASSWORD= +WEBHOOKS_TXT=
\ No newline at end of file |
