config.rkt.example 225 B

12345678910
  1. #lang racket/base
  2. (provide dbloc
  3. PIname)
  4. ; Update this to provide the path of the proposals SQLite database file
  5. (define dbloc "/path/to/database")
  6. ; Update this to the PI's family name
  7. (define PIname "Lastname")