mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
22 lines
273 B
Sed
22 lines
273 B
Sed
|
|
/<LINK_CONSTANTS>/ {
|
|
r ../web/common/Link.ConstantsDev.html
|
|
d
|
|
}
|
|
|
|
/{##TRUSTSTORE_AUTH##}/ {
|
|
r quote
|
|
r ../config/truststores/auth.jks.b64
|
|
r quote
|
|
r comma
|
|
d
|
|
}
|
|
|
|
/{##TRUSTSTORE_SEND##}/ {
|
|
r quote
|
|
r ../config/truststores/send.jks.b64
|
|
r quote
|
|
r comma
|
|
d
|
|
}
|