Description Arguments Examples
In order to run the app you need a config.yml file in your home directory, or otherwise defined by options("config_path"=path)
argument. This connects to the
host |
Hostname or IP address of the database, localhost for a local database. |
port |
The port for the database, usually 3306 |
1 2 3 4 5 6 7 | default:
shiny_mysql:
host: database.example.com
port: 3306
database: example
username: shiny
password: 8cL*9UfSzQ^scP
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.