8 lines
158 B
Bash
8 lines
158 B
Bash
#!/bin/bash
|
|
# Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
# Plain text TURN setup
|
|
turnusername="PixelStreamingUser"
|
|
turnpassword="AnotherTURNintheroad"
|
|
|