11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
|
## Server
|
||
|
web_adress=":3001"
|
||
|
|
||
|
## Postgres
|
||
|
db_user="jwtserver"
|
||
|
db_pass="jwtserver"
|
||
|
db_name="jwtserver"
|
||
|
db_host="localhost"
|
||
|
|
||
|
## JWT
|
||
|
token_password="NotSoSecretJwtSecretPassword"
|