We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0f606 commit f1fd3eeCopy full SHA for f1fd3ee
.env.sample
@@ -8,4 +8,4 @@ POSTGRES_HOST=localhost
8
ROOT_DB_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}
9
RUST_ENV=development
10
ROOT_SECRET=insecuresecret123 # Used to verify origin of attendance mutations
11
-ROOT_PORT=3000
+ROOT_PORT=8000
0 commit comments