Update VPN profile target file

This commit is contained in:
Sergey Abramchuk
2018-09-27 16:40:31 +03:00
parent 34a843ab50
commit 35bfc67ad5
+3 -3
View File
@@ -9,10 +9,10 @@
import Foundation
struct VPNProfile {
static let username = "<%= OPENVPN_USERNAME %>"
static let password = "<%= OPENVPN_PASSWORD %>"
static let username = "OPENVPN_USERNAME"
static let password = "OPENVPN_PASSWORD"
static let configuration = """
<%= OPENVPN_CONFIGURATION %>
OPENVPN_CONFIGURATION
"""
}