Configuration Issue with APOC and GDS in Neo4j

here is the situation. i created a new graph and as usually i set up apoc and gds. it took me a while to configure them in configuration files as the files are all called neo4j. but now if i configured apoc gds turns off and vice versa. please help, it is kind of urgent. here is some information about the configuration file.
configure files look alike, (neo4j, con file), (neo4j-con-default file), and neo4j-admin, con file).
so lets start from scratch after creating a DBMS and installing both apoc and gds, what should i do and where? what configuration should i put where and in what section of each file? also where should i put "apoc.import.file.enabled=true"? your help will be greatly appreciated

According to the documentation, GDS is configured in the neo4j.conf file.

According to the documentation, APOC is configured in apoc.conf

I was able to use apoc and gds concurrently after installing each in Neo4j desktop. I don't recall doing anything special.

the flag to enable apoc import goes in the apoc.conf file. You have to create the file in the configurations folder.