Add example .env file
This commit is contained in:
parent
15e2939a68
commit
a1b7df01d6
1 changed files with 9 additions and 0 deletions
9
.env.example
Normal file
9
.env.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
RUST_LOG=queenie=info
|
||||
ADMIN_TOKEN=
|
||||
STRIPE_TOKEN=
|
||||
FORGEJO_URL=http://localhost:3000
|
||||
DATABASE_URL=sqlite://queenie.db
|
||||
MONTHLY_LINK=
|
||||
ANNUAL_LINK=
|
||||
LISTENING_ADDR=127.0.0.1
|
||||
LISTENING_PORT=4008
|
Loading…
Reference in a new issue