Update and rename tnsname.orax to tnsname.orax.php

This commit is contained in:
Namhyeon Go 2019-02-26 16:18:18 +09:00 committed by GitHub
parent c035a31847
commit 8cd1bacf09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
<?php
return <<<EOF
%service_name% = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = %protocol%)(HOST = %host%)(PORT = %port%))
@ -7,3 +9,4 @@
(SERVICE_NAME = %service_name%)
)
)
EOF;