Compare commits

...

2 Commits

Author SHA1 Message Date
leah be5840ff3a db code skeleton 2022-01-26 20:39:01 +00:00
leah bb5690269a whitespace tweak 2022-01-26 20:38:54 +00:00
2 changed files with 7 additions and 2 deletions

View File

@ -4,8 +4,8 @@ server:
admin:
# webroot: "/admin" # Set this if you're running the admin panel on using a
# custom path instead of a subdomain.
# e.g. southlondon.cc/admin instead of admin.southlondon.cc
# custom path instead of a subdomain.
# e.g. southlondon.cc/admin instead of admin.southlondon.cc
auth:

5
database/db.go Normal file
View File

@ -0,0 +1,5 @@
package database
func main() {
}