This commit is contained in:
2015-06-24 02:32:56 +02:00
parent 632c513bf7
commit c1e5b4df15
2 changed files with 6 additions and 2 deletions

View File

@ -256,7 +256,9 @@ function create_cred( )
tw_access_token_secret = "",
x_mashape_key = "",
yandex_translate_apikey = "",
yandex_rich_content_apikey = ""
yandex_rich_content_apikey = "",
yourls_site_url = "",
yourls_signature_token = ""
}
serialize_to_file(cred, './data/credentials.lua')
print ('Credentials gespeichert in ./data/credentials.lua')