This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
forge
mirror of
https://github.com/brettlangdon/forge.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
12
Wiki
Activity
Browse Source
add path_env to example config
pull/19/head
Brett Langdon
11 years ago
parent
de1ddf76e2
commit
bb0383436f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
example/example.cfg
+ 4
- 0
example/example.cfg
View File
@ -1,5 +1,9 @@
# Global stuff
global
=
"global value";
# Pull in the "PATH" environment variable
path_env
=
$PATH;
# Primary stuff
primary {
string
=
"primary string value";
Write
Preview
Loading…
Cancel
Save