-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
32 lines (32 loc) · 1009 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<config version="1.0">
<database_engine>postgres</database_engine>
<db_server>127.0.0.1</db_server>
<!--
<db_name>sb_authentication</db_name>
-->
<db_name>subscriptions</db_name>
<db_user>devudb</db_user>
<db_pass>[devudb]</db_pass>
<db_port>5432</db_port>
<modules_path>/Modules</modules_path>
<server_port>2205</server_port>
<modules>
<![CDATA[
[
"../subscriptions/build/libsubscriptions.dylib"
]
]]>
</modules>
<smtp class="SinticBolivia.Classes.SBSmtpConfig">
<server>mail.sinticbolivia.net</server>
<port>25</port>
<username>[email protected]</username>
<password>JnmsAKmu4k5I</password>
<from>[email protected]</from>
</smtp>
<hooks>
<hook event="on_subscriptions_expired_found" method="POST">https://gestion.sinticbolivia.net/subscriptions/hooks/expired-found</hook>
<hook event="on_subscriptions_close_to_expire" method="POST">https://gestion.sinticbolivia.net/subscriptions/hooks/close-to-expire</hook>
</hooks>
</config>