example environment variables

This commit is contained in:
Keiran 2025-08-07 18:20:06 +01:00
parent 41392a253f
commit f142c45178

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
DATABASE_URL="postgres://user:password@localhost/termcloud"
PORT="8080"