19 lines
447 B
Plaintext
19 lines
447 B
Plaintext
# local specific options
|
|
|
|
## export if using local development environment
|
|
export domain='thecampsitebible.home'
|
|
export url='http://thecampsitebible.home'
|
|
|
|
# set to anything other than the empty string to set up a dev environment
|
|
export dev_env='true'
|
|
|
|
## user configuration
|
|
export user='ray'
|
|
export user_pass='ray'
|
|
export group='ray'
|
|
|
|
## ssh configuration
|
|
export ssh_root='root@thecampsitebible.home'
|
|
export ssh_user='ray@thecampsitebible.home'
|
|
|