Changes between Version 19 and Version 20 of WRF4G2.0/AdvancedConfiguration
- Timestamp:
- Jun 16, 2016 10:29:57 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/AdvancedConfiguration
v19 v20 6 6 * '''WRF4G_DIR:''' Directory for local configuration. If it is undefined, `$WRF4G_DIR` will be `~/.wrf4g`. 7 7 * '''EDITOR:''' Select the editor to configure configuration files. `vi` editor is used by default. 8 9 == Database configuration access == 10 11 Edit by typing `wrf4g conf database`. 12 13 {{{ 14 URL = sqlite:///path/to/<dbname> 15 }}} 16 17 Default configuration : 18 19 {{{ 20 [DEFAULT] 21 URL = sqlite:///$HOME/.wrf4g/etc/wrf4g.db 22 }}} 8 23 9 24 == Logging configuration == … … 97 112 }}} 98 113 99 == Database configuration access ==100 101 Edit by typing `wrf4g conf database`.102 103 {{{104 URL = mysql+pymysql://<user>:<password>@<host>:<port>/<dbname>105 }}}106 107 Default configuration :108 109 {{{110 [DEFAULT]111 URL = mysql+pymysql://wrf4guser:Meteo2011@localhost:25000/WRF4GDB112 }}}113 114 114 == Daemon configuration == 115 115