resources

This commit is contained in:
pastilhas
2026-02-18 19:57:46 +00:00
parent 485ae4c3d7
commit 8b97f8a38a
8 changed files with 341 additions and 15 deletions
+8
View File
@@ -0,0 +1,8 @@
PORT=9000
JWT_SECRET="officer"
POSTGRES_URL="postgres://postgres:password@localhost:5432/officer"
MAIL_TRANSPORT="smtp://localhost:1025"
PUBLIC_URL=http://omega:9000
DATA_PATH=/home/pastilhas/production/officer.dev/data
HOME_DIR=/home/pastilhas
OPENCODE_PORT=4096