source:
subversion/applications/utils/export/poiexport/config.php.example
@
18345
Last change on this file since 18345 was 18318, checked in by , 10 years ago | |
---|---|
File size: 210 bytes |
Line | |
---|---|
1 | <?php |
2 | $config['Database']['servername'] = 'localhost'; |
3 | $config['Database']['port'] = 5432; |
4 | $config['Database']['dbname'] = ''; |
5 | $config['Database']['username'] = ''; |
6 | $config['Database']['password'] = ''; |
7 | ?> |
Note: See TracBrowser
for help on using the repository browser.