diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-02-06 13:41:11 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-02-06 13:41:11 +0200 |
commit | 6a6afdbe72c626b01245c9372c9d10be79789bb0 (patch) | |
tree | cfdb5aea7538296bad0105c813fce4cd33c19ef5 /.env | |
parent | 5e19a0569288de21365c61b0db78639880732dd0 (diff) |
restrucurring the stucture of the folderstruture --> structure
Diffstat (limited to '.env')
-rw-r--r-- | .env | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +DATABASE_HOSTNAME=localhost +DATABASE_PORT=5432 +DATABASE_PASSWORD=password123 +DATABASE_NAME=fastapi +DATABASE_USERNAME=postgres +SECRET_KEY=131abcf910f1ec1dc0cf33bbaf5157654e54b62d211f28b95176d3d4bef5d52c +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 |