baikal #1
2 changed files with 26 additions and 11 deletions
15
.idea/ansible-playbooks.iml
generated
Normal file
15
.idea/ansible-playbooks.iml
generated
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="TemplatesService">
|
||||
<option name="TEMPLATE_FOLDERS">
|
||||
<list>
|
||||
<option value="$MODULE_DIR$/fresh-rss/templates" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
</module>
|
|
@ -6,14 +6,14 @@ baikal:
|
|||
base_directory: "/baikal"
|
||||
data_directory: "data"
|
||||
config_directory: "config"
|
||||
mail: |
|
||||
defaults
|
||||
auth on
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
account default
|
||||
host <smtp host>
|
||||
port 587
|
||||
from baikal@example.com
|
||||
user <user>
|
||||
password <password>
|
||||
mail: "" # note you will need to inline the following variables
|
||||
# defaults
|
||||
# auth on
|
||||
# tls on
|
||||
# tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
# account default
|
||||
# host <smtp host>
|
||||
# port 587
|
||||
# from baikal@example.com
|
||||
# user <user>
|
||||
# password <password>
|
Loading…
Add table
Reference in a new issue