more progress on TOTP/2FA
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
[debug]
|
||||
secret_key = "yYhvCGnRh/TrcHtB8sZqCFifrVmJxoKFLBYw/WWBZeU="
|
||||
address = "127.0.0.1"
|
||||
address = "0.0.0.0"
|
||||
port = 8000
|
||||
|
||||
[default.databases.postgres_db]
|
||||
@@ -8,4 +8,4 @@ url = "postgresql://chatapp:chatapp@100.118.108.58:5432/chatapp"
|
||||
|
||||
[default] # run inside a docker container or pod
|
||||
address = "0.0.0.0"
|
||||
port = 8082
|
||||
port = 8000
|
||||
|
||||
Reference in New Issue
Block a user