You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,15 @@ If the EC2 API is your cup-o-tea, you can create credentials and use euca2ools:
57
57
58
58
You can override environment variables used in `stack.sh` by creating file name `localrc`. It is likely that you will need to do this to tweak your networking configuration should you need to access your cloud from a different host.
59
59
60
+
# Database Backend
61
+
62
+
Multiple database backends are available. The available databases are defined in the lib/databases directory.
63
+
To choose a database backend, add a line to your `localrc` like:
64
+
65
+
use_database postgresql
66
+
67
+
By default, the mysql database backend is used.
68
+
60
69
# RPC Backend
61
70
62
71
Multiple RPC backends are available. Currently, this
0 commit comments