go-jwtserver/.env.dist

11 lines
175 B
Plaintext
Raw Normal View History

2020-07-16 10:51:50 +02:00
## Server
web_adress=":3001"
## Postgres
db_user="jwtserver"
db_pass="jwtserver"
db_name="jwtserver"
db_host="localhost"
## JWT
token_password="NotSoSecretJwtSecretPassword"