diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..76eeb04 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# Gitea configuration +GITEA_URL=https://git.carmona.digital +GITEA_TOKEN=your_gitea_token_here + +# Server configuration +PORT=8000 +HOST=0.0.0.0