Skip to content

Commit

Permalink
fix sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Jul 3, 2019
1 parent cc1a96f commit 57fd6bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions etc/complete.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; IT IS A COLLECTION OF _ALL_ AVAILABLE SWITCHES AND MUCH TOO COMPLICATED.
;

; comments may start with # (only UNIX) or ; (UNIX or windows)
; comments may start with ; (UNIX or windows) or # (only UNIX)

;; Boolean values.
;; Boolean Values are represented by a case insensitive string
Expand Down Expand Up @@ -103,7 +103,6 @@ EnableH46023=1
H46023STUN=
H46023PublicIP=1
NATStdMin=18
EnableH460P=1
AutoProxyIPv4ToIPv6Calls=0

[Proxy]
Expand Down Expand Up @@ -378,7 +377,6 @@ ForwardResponse=0
ForwardLRQ=always
ForwardLRQ=never
ForwardLRQ=0
UseH46018=1

;;
;; In this section you can put endpoints that don't have RAS support
Expand Down Expand Up @@ -490,7 +488,6 @@ Host=localhost:1234
Database=billing
Username=gnugk
Password=secret
Table=customer
Query=SELECT password FROM users WHEN alias = '%1'
CacheTimeout=30
MinPoolSize=5
Expand Down Expand Up @@ -757,7 +754,7 @@ QueryUpdate=UPDATE subscription_control SET Status = '%b' WHERE subscriptionID =
MinPoolSize=5


[RasSrv::AssignedGatekeepers]
[RasSrv::AssignedGatekeeper]

;; Assigned Alias storage
[AssignedGatekeepers::SQL]
Expand All @@ -771,7 +768,7 @@ Query=SELECT gatekeeper FROM gatekeepers WHERE username = '%u'
MinPoolSize=5


[RasSrv::AssignedAliases]
[RasSrv::AssignedAlias]

;; Assigned Alias storage
;[AssignedAliases::SQL]
Expand Down

0 comments on commit 57fd6bf

Please sign in to comment.