1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-13 18:25:07 +00:00

New constants/config merge system

This commit is contained in:
Cadence Fish
2020-01-28 16:14:21 +13:00
parent fb6081a719
commit cf8fd6b86b
8 changed files with 43 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
/*
Welcome to the config file!
Add keys here to override values from /src/lib/constants.js. Please look at that file for override recommendations.
This file should hopefully never be altered upstream.
You must restart Bibliogram to apply these changes.
*/
module.exports = {
website_origin: "http://localhost:10407"
}