1
0
Fork 0
mirror of https://git.sr.ht/~cadence/NewLeaf synced 2026-05-04 16:41:37 +00:00

Add configuration

This commit is contained in:
Cadence Ember 2020-08-12 02:05:22 +12:00
parent 04c4e4d472
commit 3d21bbd2ae
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
2 changed files with 10 additions and 0 deletions

6
configuration.sample.py Normal file
View file

@ -0,0 +1,6 @@
# ==============================
# You MUST set these settings.
# ==============================
# A URL that this site can be accessed on. Do not include a trailing slash.
website_origin = "http://example.com:3000"