This website requires JavaScript.
Explore
Help
Sign In
nobigtech
/
soselo
Watch
1
Star
0
Fork
You've already forked soselo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6d1de167b5
soselo
/
config
/
application.php.example
6 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2022-11-21 22:56:44 +00:00
<?php
Change data system to save stuff in /var/tmp (configurable later)
2022-11-22 14:25:59 +00:00
Add API for getting pending users + API base modifications
2022-11-27 20:18:56 +00:00
$GLOBALS['appconf'] = [
Refactor application name to "Soselo"
2022-12-15 13:56:43 +00:00
'data_dir' => '/var/tmp/soselo-data',
Change data system to save stuff in /var/tmp (configurable later)
2022-11-22 14:25:59 +00:00
];