bugfix
This commit is contained in:
@@ -43,7 +43,8 @@ def db_session():
|
||||
base_domain="test.example.com",
|
||||
admin_email="admin@test.com",
|
||||
npm_api_url="http://localhost:81/api",
|
||||
npm_api_token_encrypted=encrypt_value("test-npm-token"),
|
||||
npm_api_email_encrypted=encrypt_value("admin@npm.local"),
|
||||
npm_api_password_encrypted=encrypt_value("test-npm-password"),
|
||||
data_dir="/tmp/netbird-test",
|
||||
docker_network="test-network",
|
||||
relay_base_port=3478,
|
||||
|
||||
Reference in New Issue
Block a user