📝 Improve documentation

This commit is contained in:
2023-06-03 14:51:09 +02:00
parent 44f416366f
commit 16f693fff0
2 changed files with 80 additions and 6 deletions

17
server/.env.sample Normal file
View File

@ -0,0 +1,17 @@
# For production, the database credentials should be changed
# here and in the docker-compose file for the postgres container,
# but they will work for testing or development
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres?schema=public
# These credentials are required for fetching substitution plan
# files from BOLLE. More information on how to get them can be found
# in the BOLLE parser (./server/parser/bolle.js)
# (If you are using a different file provider than bolle, you can
# remove these and add the ones required by your file provider)
BOLLE_URL=
BOLLE_USER=
BOLLE_KEY=
# This password is required for logging into your timetable v2
# instance. You can leave it empty to disable authentication.
AUTH_PASSWORD=