Skip to content

Commit

Permalink
config template
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Dec 6, 2023
1 parent b60f5c6 commit a30764f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config-template.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
db_path = "./db"
port = 8080

# Secret mappings
mng_secret = "secret"
mng_get_papers_secret = "secret"
mng_approve_papers_secret = "secret"
mng_reject_papers_secret = "secret"
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# SubBoard NEXT backend

## Configuration

Copy `config-template.toml` to `your-working-dir/config.toml`, and configure as you need.

0 comments on commit a30764f

Please sign in to comment.