Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. // This is the MySQL configuration file for Clockwork.
  2. // Simply edit the values below and stick to the format of the example.
  3.  
  4. [MySQL]
  5. force mysql_characters_table = characters;
  6. force mysql_players_table = players;
  7. force mysql_username = root;
  8. force mysql_password = ;
  9. force mysql_database = grist;
  10. force mysql_host = localhost;
  11.  
  12. // This is the owner configuration file for Clockwork.
  13. // Adding your Steam ID here will automatically make you a super admin.
  14.  
  15. [Owner]
  16. force owner_steamid = STEAM_0:1:80745482;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement