initial commit
This commit is contained in:
commit
94a278dbd4
6 changed files with 581 additions and 0 deletions
9
.env.example
Normal file
9
.env.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
db_name=""
|
||||
db_user=""
|
||||
db_password=""
|
||||
db_host=postgres.hackclub.app
|
||||
db_port=5432
|
||||
|
||||
SYNC_SERVER_URL="sync.example.com"
|
||||
HOST="0.0.0.0"
|
||||
PORT=80
|
Loading…
Add table
Add a link
Reference in a new issue