inter_server.conf

Kazuma Satou

New member
Messages
3
Points
0
How to set inter_server.conf userid, password, and database name on import folder?

I have set the server like this :

db_username: ragnarok
db_password: password
db_database: ragnarok


And get this Warning on Server:

image.png

Edit:

Is the a way to set the sql credentials on import folder?
I've found that sql credentials are stored in 'conf/global/sql_connection.conf' and there's no import folder attached to it.

Can I set the sql credentials on inter_server.conf file on import folder?

 
Last edited by a moderator:
Directly sql_connection.conf not support import folder.

But you can use hack for any conf files loaded from "@import".

But for this need duplicate this file for each server. for login, for char and for map.

Store your file in this dirs

conf/import/include/login-server/conf/global/sql_connection.conf

conf/import/include/char-server/conf/global/sql_connection.conf

conf/import/include/map-server/conf/global/sql_connection.conf

 
Back
Top