Last active
August 29, 2015 14:03
-
-
Save hertsch/4d37ff556c37f5e7ea0b to your computer and use it in GitHub Desktop.
General help examples for the kitFramework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General code examples for the kitFramework, Configuration ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="media-list"> | |
<!-- Comment ID: 100 [Balthasar]--> | |
<li class="media" id="comment_id_100"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"SERVER_EMAIL": "[email protected]", | |
"SERVER_NAME": "kitFramework Server", | |
"SMTP_HOST": "smtp.domain.tld", | |
"SMTP_PORT": 465, | |
"SMTP_USERNAME": "[email protected]", | |
"SMTP_PASSWORD": "password" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment