init
This commit is contained in:
parent
3b2ec4fe5f
commit
8086aa8f38
51 changed files with 4109 additions and 0 deletions
2
website/.env.example
Normal file
2
website/.env.example
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Replace with your DB credentials!
|
||||
DATABASE_URL="postgres://user:password@host:port/db-name"
|
||||
Reference in a new issue