Skip to content

Commit

Permalink
馃摝 NEW: demo .ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Oct 11, 2018
1 parent f46300f commit 43a08d9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions demo/ini.ini
@@ -0,0 +1,28 @@
[INI]
; Demo .ini file.

[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.

[EmLibraryInterface]
; defaultName --> This is the full path (including the filename itself) of the manager
; library. The path must be one reachable by the manager server's file system.
; serverAddress --> This is the host name (or dotted address) of the server machine that
; provides access to the manager library. Leave this blank for FileI\O.
DefaultName = d:\vamgr\manager\vavm020304_dev.dat
ServerAddress = 192.168.1.101
OpenReadOnly = false ; This is the default value, but we put it here anyway

[Network]
hostname=My Computer
address=dhcp
dns = 192.168.1.1

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

0 comments on commit 43a08d9

Please sign in to comment.