Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.58 KB | None | 0 0
  1. ##
  2. # iConomy Settings
  3. ##
  4. System:
  5.     Currency: Taler                  # The name of your currency
  6.     Logging:
  7.         Enabled: false              # Should we log transactions? Does not work for flatfile.
  8.     Database:
  9.         Type: MySQL                # Can be MySQL, SQLite, or Flatfile
  10.         Name: craftbukkit             # Name of the database
  11.         Table: iBalances              # Table, Flatfile uses this as the file name.
  12.         MySQL:
  13.             Username: root
  14.             Password: hahayouwouldliketoknowdontyou
  15.             Hostname: localhost
  16.             Port:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement